feat: git config

This commit is contained in:
AngeD 2022-12-31 22:44:57 +01:00
parent 09f70ea876
commit 35c9f739cb

11
.config/git/config Normal file
View File

@ -0,0 +1,11 @@
[user]
email = ange.duhayon@epitech.eu
name = AngeD
[credential]
helper = store
[diff]
tool = nvimdiff
[difftool "nvimdiff"]
cmd = nvim -d -c \"wincmd l\" \"$LOCAL\" \"$REMOTE\"
[init]
defaultBranch = main