Skip to content

Instantly share code, notes, and snippets.

@rupertbates
Created December 14, 2012 11:31
Show Gist options
  • Save rupertbates/4284778 to your computer and use it in GitHub Desktop.
Save rupertbates/4284778 to your computer and use it in GitHub Desktop.
Find all commits in <branch> which are not in master and mention an Android bug number
git log <branch> --not master --oneline | grep AND-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment