Skip to content

Instantly share code, notes, and snippets.

@voxpelli
Created October 15, 2010 18:43
Show Gist options
  • Save voxpelli/628712 to your computer and use it in GitHub Desktop.
Save voxpelli/628712 to your computer and use it in GitHub Desktop.
Git command for listing remote branches that you haven't merged
git branch -a --no-merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment