dotfiles/.config/git/config
2022-12-31 22:44:57 +01:00

12 lines
215 B
Plaintext

[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