Answers for "how to revert changes made in last commit after push"

0

how to undo last pushed commit

git revert <commit_hash>
Posted by: Guest on December-02-2020
1

undo git commit after push

git reset <hash> # Run this then merge, commit, and push
Posted by: Guest on February-18-2021

Code answers related to "how to revert changes made in last commit after push"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language