Answers for "delete local git branch and remote"

0

remove branch not published yet

First checkout another branch
	git checkout <other branch> 

Now delete branch
	git branch -D <deleting brach>
Posted by: Guest on October-20-2020

Code answers related to "delete local git branch and remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language