diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-30 14:59:12 +0700 |
commit | 7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91 (patch) | |
tree | 2c3dc15e5882fdd61636d714cc877727f2261970 /dev/.gitconfig | |
parent | e36712f2b02e77080e255c7775852577b51010ad (diff) | |
download | dotfiles-7f29a1e519d51934ecf86ddd6fc7d080b2eaaf91.tar.gz |
Set up mbsync
Diffstat (limited to 'dev/.gitconfig')
-rw-r--r-- | dev/.gitconfig | 7 |
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 |