aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 61ee177..52597c9 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -9,7 +9,7 @@
[sendemail]
from = Yann Herklotz <git@yannherklotz.com>
smtpuser =
- smtpserver = "/usr/local/bin/msmtp"
+ smtpserver = "/usr/bin/msmtp"
smtpencryption = tls
chainreplyto = false
confirm = auto
@@ -22,3 +22,6 @@
[credential]
helper = store
+
+[init]
+ defaultBranch = main