Created
January 11, 2013 11:15
-
-
Save ramn/4509948 to your computer and use it in GitHub Desktop.
Show commits that are in feature123_rebased_on_master but not in feature123, even though they have aquired new commit ids due to rebase.
This file contains hidden or 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
# Show commits that are in feature123_rebased_on_master but not in feature123, even though they have aquired new commit ids due to rebase. | |
git log --cherry-pick --left-right feature123...feature123_rebased_on_master ^master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment