dotfiles/.gitconfig
2013-02-03 20:47:54 -08:00

27 lines
442 B
INI

[user]
name = Barak Michener
email = me@barakmich.com
[alias]
st = status -uno
stat = status -uno
ci = commit
co = checkout
w = whatchanged
revert = checkout -f
stagediff = diff --staged
sdiff = diff --staged
graph = log --graph --oneline
submodule-pull = submodule foreach git pull
[diff]
renamelimit = 0
[color]
diff = auto
interactive = auto
status = auto
branch = auto
[core]
autocrlf = input