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

@ -8,6 +8,7 @@
ci = commit ci = commit
co = checkout co = checkout
w = whatchanged w = whatchanged
revert = checkout -f
stagediff = diff --staged stagediff = diff --staged
sdiff = diff --staged sdiff = diff --staged
graph = log --graph --oneline graph = log --graph --oneline