Answers for "git revert to commit after push"

0

How to revert pushed commit from remote repository

$ git revert dd61ab32
Posted by: Guest on May-25-2021
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 "Shell/Bash"

Browse Popular Code Answers by Language