Skip to content

Instantly share code, notes, and snippets.

@nomisoft
Created February 16, 2018 16:43
Show Gist options
  • Save nomisoft/81a87c7eeff2282e4e5fb47e1bc1b12f to your computer and use it in GitHub Desktop.
Save nomisoft/81a87c7eeff2282e4e5fb47e1bc1b12f to your computer and use it in GitHub Desktop.
Git - List branches not yet merged into master
git branch --no-merged master --sort=-committerdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment