Fixed uncommit command

This commit is contained in:
madmaurice 2015-10-31 20:52:55 +01:00
parent d0bc16162c
commit d5ecc596ce

View file

@ -11,6 +11,6 @@
co = checkout
ps = push
pl = pull
uncommit = git reset --soft HEAD~
uncommit = reset --soft HEAD~
[color]
ui = auto