Answers for "how to remove commit history in local branch"

26

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 commit history in local branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language