Rename "git undo commit" to "git uncommit" for consistancy

This commit is contained in:
Will Hilton 2016-02-05 02:03:44 -05:00
parent 8718b4622a
commit b761353eec

View file

@ -141,13 +141,9 @@ else
fi fi
;; ;;
undo) uncommit)
case "$2" in
commit)
echo Undoing last commit echo Undoing last commit
git reset --soft HEAD~1 git reset --soft HEAD~1
;;
esac
;; ;;
'@' | branch) '@' | branch)