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] [user]
name = Barak Michener name = Barak Michener
email = me@barakmich.com email = me@barakmich.com
[alias] [alias]
st = status st = status
stat = status stat = status
ci = commit ci = commit
co = checkout co = checkout
w = whatchanged w = whatchanged
stagediff = diff --staged revert = checkout -f
sdiff = diff --staged stagediff = diff --staged
graph = log --graph --oneline sdiff = diff --staged
graph = log --graph --oneline
[diff] [diff]
renamelimit = 0 renamelimit = 0
[color] [color]
diff = auto diff = auto
interactive = auto interactive = auto
status = auto status = auto
branch = auto branch = auto
[core] [core]
autocrlf = input autocrlf = input