Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created November 17, 2014 00:38
Show Gist options
  • Save bouassaba/f6127e7cc89f16c9892c to your computer and use it in GitHub Desktop.
Save bouassaba/f6127e7cc89f16c9892c to your computer and use it in GitHub Desktop.
Check unmerged branches in git
# Get non merged branches
git branch --no-merged
# Get merged branches
git branch --merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment