git config dotfile

This commit is contained in:
2024-06-20 23:15:13 +05:00
parent 31c69b2897
commit 1d06396a08

11
.gitconfig Normal file
View File

@ -0,0 +1,11 @@
[user]
email = nikita_bykov@proton.me
name = Nikita Bykov
[init]
defaultBranch = master
[diff]
tool = nvimdiff
[merge]
tool = nvimdiff
[mergetool]
keepBackup = false