1 example for git branch --merged
# your_comment_here Shows all the branches which have been merged into the current HEAD, e.g., master. To show all the branches that have been merged into branch foo use ' git branch --merged foo'
# your_comment_here Shows all the branches which have been merged into the current HEAD, e.g., master. To show all the branches that have been merged into branch foo use ' git branch --merged foo'