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