darkrc/gitconfig
DarkWiiPlayer 55fc2ed08f Clean git configuration
git ten was useless and the username/email settings are better off in
the local configuration
2020-01-08 15:23:09 +01:00

17 lines
279 B
Text

# vim: set filetype=gitconfig :miv #
[core]
editor = vim -f
[diff]
tool = vimdiff
guitool = gvimdiff
[difftool]
confirm = false
prompt = true
[merge]
tool = vimdiff
[push]
default = matching
[alias]
adog = log --all --decorate --oneline --graph
[commit]
gpgSign = true