[user]
name = HokieGeek
email = andres.f.perez@gmail.com
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[merge]
tool = vimgitdiff
[diff]
tool = gvimdiff
guitool = gvimdiff
# [pager]
# diff =
[alias]
alias = config --get-regexp ^alias.
st = status -sb
sf = submodule foreach
sp = submodule foreach 'git pull --prune || :'
k = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(cyan)<%an>%Creset'
df = diff --ext-diff --patience --submodule
dt = difftool -y
mt = mergetool -y
pushall = !git remote | xargs -L1 git push --all
co = checkout
[core]
eol = lf
excludesfile = ~/.gitignore
[help]
autocorrect = 10
[mergetool "vimgitdiff"]
cmd = vimgitdiff $BASE $LOCAL $REMOTE $MERGED
trustExitCode = true
keepBackup = false
[url "git@github.com:"]
insteadOf = https://github.com/