diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-09 23:50:26 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-12-09 23:50:26 +0100 |
| commit | 19afe8a8f6903095255f5955796653690f9ffc88 (patch) | |
| tree | 7d38a85b81615edf84cb77936d7206f0e096dd47 /gitconfig | |
| parent | 71cb488302f217503db64f5b098d2939485b3266 (diff) | |
Add local vimrc support
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,11 @@ name = Ruben Beltran del Rio email = ruben@unlimited.pizza signingkey = B7C3495D98F27947 +[sendemail] + smtpserver = smtp.fastmail.com + smtpuser = ruben@unlimited.pizza + smtpencryption = ssl + smtpserverport = 465 [core] editor = nvim [color] @@ -12,3 +17,5 @@ rebase = false [commit] gpgsign = true +[init] + defaultBranch = main |