Answers for "how to remove history commit from remote branch"

24

remove history from git branch

git push -f origin master
Posted by: Guest on July-19-2020
0

remove history from git branch

git branch -D master
Posted by: Guest on December-20-2021

Code answers related to "how to remove history commit from remote branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language