Answers for "retrieve commit git not pushed"

3

cancel a commit not pushed

git reset --soft HEAD~
Posted by: Guest on November-03-2020
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