darkrc/gitconfig
DarkWiiPlayer b5568779f8 Set git difftool to prompt for every file
Otherwise accidentally diffing a range with many changed files requires
quitting lots of vim instances and leaves no time to abort in between.
2019-09-13 14:26:44 +02:00

20 lines
374 B
Text

# vim: set filetype=gitconfig :miv #
[core]
editor = vim -f
[diff]
tool = vimdiff
[difftool]
confirm = false
prompt = true
[merge]
tool = vimdiff3
[push]
default = matching
[alias]
adog = log --all --decorate --oneline --graph
ten = log --all --decorate --oneline --graph -10
[commit]
gpgSign = true
[user]
name = DarkWiiPlayer
email = darkwiiplayer@hotmail.com