Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

delete remote git branches matching pattern

git branch eo-* -l | xargs -n 1 git push -d ac
Source by www.git-tower.com #
 
PREVIOUS NEXT
Tagged: #delete #remote #git #branches #matching #pattern
ADD COMMENT
Topic
Name
5+7 =