Skip to content

Instantly share code, notes, and snippets.

@stubailo
Created October 9, 2014 18:24
Show Gist options
  • Save stubailo/8e321408be3f1faee8cf to your computer and use it in GitHub Desktop.
Save stubailo/8e321408be3f1faee8cf to your computer and use it in GitHub Desktop.
See a very detailed list of commits from <source branch> that haven't been cherry picked onto <target branch>
git checkout <source branch>
git show --quiet $(git cherry <target branch> | cut -c 3-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment