Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

delete remote branch

$ git branch -d <branch_name>
$ git branch -D <branch_name>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #delete #remote #branch
ADD COMMENT
Topic
Name
8+7 =