dotfiles/.config/git/config

12 lines
215 B
Plaintext

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