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
|
||||
ps = push
|
||||
pl = pull
|
||||
uncommit = git reset --soft HEAD~
|
||||
uncommit = reset --soft HEAD~
|
||||
[color]
|
||||
ui = auto
|
||||
|
|
Loading…
Reference in a new issue