Answers for "drop last change git commit"

1

how discharge changes e recover last commit git

git reset HEAD --hard
Posted by: Guest on May-31-2020
-1

remove last commit git

git reset --hard HEAD^
git push origin -f
Posted by: Guest on October-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language