Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

list of unmerged branches

// those not in master
git branch --no-merged master

// those not in current HEAD
git branch --no-merged 
git branch -r --no-merged

// compare with origin
git branch -r --no-merged origin/master
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #list #unmerged #branches
ADD COMMENT
Topic
Name
2+6 =