about summary refs log tree commit diff
path: root/dev/.gitconfig
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-30 14:59:12 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-30 14:59:12 +0700
commit7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 (patch)
tree2c3dc15e5882fdd61636d714cc877727f2261970 /dev/.gitconfig
parente36712f2b02e77080e255c7775852577b51010ad (diff)
downloaddotfiles-7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91.tar.gz
Set up mbsync
Diffstat (limited to 'dev/.gitconfig')
-rw-r--r--dev/.gitconfig7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev/.gitconfig b/dev/.gitconfig
index aa332fe..7f277dd 100644
--- a/dev/.gitconfig
+++ b/dev/.gitconfig
@@ -1,10 +1,7 @@
 [user]
 	email = mcsinyx@disroot.org
 	name = Nguyễn Gia Phong
-	signingkey = 27148B2C06A2224B
-[diff]
-	tool = vimdiff
-	guitool = gvimdiff
+	signingkey = A49C7D6CBDADCF44
 [sendemail]
 	smtpserver = disroot.org
 	smtpuser = mcsinyx@disroot.org
@@ -23,3 +20,5 @@
 	defaultBranch = main
 [trailer "sign"]
 	key = Signed-off-by
+[push]
+	followTags = true