add gitconfig

This commit is contained in:
Diego Fernando Carrión 2024-07-01 00:17:29 +02:00
parent aba8a89bf3
commit 96ef30dcd4
Signed by: CRThaze
GPG Key ID: 0F647F8A6A3AF588

10
any/git/.gitconfig Normal file
View File

@ -0,0 +1,10 @@
[user]
signingkey = 0F647F8A6A3AF588
email = diego@crthaze.com
name = Diego Fernando Carrión
[commit]
gpgsign = true
[diff]
tool = vimdiff
[pull]
rebase = true