Answers for "how to delete a pushed commit in sourcetree with deleted branches"

0

delete a pushed commit

# delete the last commit
$git reset –hard HEAD~
Posted by: Guest on October-20-2020

Code answers related to "how to delete a pushed commit in sourcetree with deleted branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language