diff options
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 |