Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

How to Delete Local/Remote Git Branches

$ git branch -a

# *master
# b1
# remote/origin/master
# remote/origin/b1

$ git push origin --delete b1
# [...]
# - [deleted] b1
Source by www.codeproject.com #
 
PREVIOUS NEXT
Tagged: #How #Delete #Git #Branches
ADD COMMENT
Topic
Name
9+7 =