Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

delete branch git

// delete branch locally
git branch -D localBranchName

// delete branch remotely
git push 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #delete #branch #git
ADD COMMENT
Topic
Name
5+8 =