diff options
Diffstat (limited to '.config/git/config')
-rw-r--r-- | .config/git/config | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/.config/git/config b/.config/git/config index 1c9218b..4816e6b 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,21 +1,22 @@ [sendemail] - smtpEncryption = tls - smtpServer = smtp.fastmail.com - smtpUser = ben@gbmor.dev - smtpServerPort = 587 - annotate = yes + smtpEncryption = tls + smtpServer = smtp.fastmail.com + smtpUser = ben@gbmor.dev + smtpServerPort = 587 + annotate = yes [user] - name = "Ben Morrison" + name = "Benjamin Morrison" email = ben@gbmor.dev signingkey = EAB272409CD12FF0 - +[init] + templatedir = /home/ahriman/.config/git/template.git [commit] - gpgsign = true + gpgsign = true [hub] - protocol = ssh + protocol = ssh [sequence] - editor = interactive-rebase-tool + editor = interactive-rebase-tool [credential] - helper = cache --timeout 3600 + helper = cache --timeout 3600 [pull] - rebase = false + rebase = false |