Fix up gitconfig, add alias for revert

This commit is contained in:
Barak Michener 2012-02-23 14:19:05 -08:00
parent 6d60f39fb8
commit db1a5a341b

View file

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