Last Updated: February 25, 2016
·
790
· hochchristoph

Show unmerged branches in Git

You can use git branch --no-merged to show all branches, which were not already merged to the branch you are on.

http://git-scm.com/docs/git-branch