Rename "git undo commit" to "git uncommit" for consistancy
This commit is contained in:
parent
8718b4622a
commit
b761353eec
1 changed files with 3 additions and 7 deletions
10
bin/get
10
bin/get
|
|
@ -141,13 +141,9 @@ else
|
|||
fi
|
||||
;;
|
||||
|
||||
undo)
|
||||
case "$2" in
|
||||
commit)
|
||||
echo Undoing last commit
|
||||
git reset --soft HEAD~1
|
||||
;;
|
||||
esac
|
||||
uncommit)
|
||||
echo Undoing last commit
|
||||
git reset --soft HEAD~1
|
||||
;;
|
||||
|
||||
'@' | branch)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue