Answers for "undo a git commit after push"

1

undo commit git before push

git reset HEAD~
Posted by: Guest on February-02-2021
0

git how to undo a pushed commit

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language