Created
October 9, 2014 18:24
-
-
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>
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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