summary refs log tree commit diff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/git/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index 50ffd01..1c59b7c 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -49,6 +49,7 @@
     pager = "less -F -X"
 
 [init]
+    defaultBranchName = master
     # templateDir = ~/.dotfiles/git/templates
 
 [commit]
@@ -220,7 +221,7 @@
     sslverify = true
     cookiefile = /home/robert/.gitcookies
 
-[trailer "sign"]
+[trailer "signoff"]
     key = "Signed-off-by"
     ifmissing = add
     ; command = bash -c 'echo \"$(git config user.name) <${$(git config user.signemail):-$(git config user.email)}>\"'