added uncommit to gitconfig
This commit is contained in:
parent
b493c8b220
commit
1cb69636ea
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@
|
||||||
co = checkout
|
co = checkout
|
||||||
ps = push
|
ps = push
|
||||||
pl = pull
|
pl = pull
|
||||||
|
uncommit = git reset --soft HEAD~
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
Loading…
Reference in a new issue