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

10
bin/get
View file

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