Answers for "bitbucket how to undo commit"

0

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 "Shell/Bash"

Browse Popular Code Answers by Language