git: use 'main' for default branch name for new repos
[~bandali/configs] / .config / git / config
index 9b9c776..35aba9d 100644 (file)
@@ -1,6 +1,6 @@
 [user]
        name = Amin Bandali
-       email = bandali@gnu.org
+       email = bandali@kelar.org
        signingkey = BE6273738E616D6D1B3A08E8A21A020248816103
 
 [commit]
@@ -17,9 +17,6 @@
 [mailmap]
        file = ~/.config/git/mailmap
 
-[gpg]
-       program = gpg2
-
 [alias]
        git = !exec git  # handle nested git calls, e.g. git git status
        aliases = config --get-regexp '^alias\\.'
 #      branch=true
 
 [github]
-       user = aminb
+       user = notbandali
 
 [sendemail]
        smtpuser = bandali
-       smtpserver = fencepost.gnu.org
+       smtpserver = mail.kelar.org
        smtpserverport = 587
        smtpencryption = tls
        annotate = yes
+
+[transfer]
+       fsckObjects = true
+[init]
+       templateDir = ~/.config/git/template