.dotfiles/.config/git/config
2024-01-04 10:07:50 +01:00

14 lines
232 B
Plaintext

[user]
email = ange@duhayon.com
name = ange
[credential]
helper = store
[diff]
tool = nvimdiff
[difftool "nvimdiff"]
cmd = nvim -d -c \"wincmd l\" \"$LOCAL\" \"$REMOTE\"
[init]
defaultBranch = main
[commit]
gpgsign = true