Answers for "how to remove a commit from remote repo"

3

delete remote commit

git reset --hard <last_working_commit_id>
git push --force
Posted by: Guest on April-30-2021
0

delete remote commit

git reset --hard <last_working_commit_id>
Posted by: Guest on April-30-2021

Code answers related to "how to remove a commit from remote repo"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language