Answers for "how to delete the last commit from bitbucket"

1

bitbucket how to undo commit

git reset --soft <commit hash, example: 52f823c>
git push -f
Posted by: Guest on October-28-2020

Code answers related to "how to delete the last commit from bitbucket"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language