Fix up gitconfig, add alias for revert
This commit is contained in:
parent
6d60f39fb8
commit
db1a5a341b
1 changed files with 17 additions and 16 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue