Skip to content

Instantly share code, notes, and snippets.

@ramn
Created January 11, 2013 11:15
Show Gist options
  • Save ramn/4509948 to your computer and use it in GitHub Desktop.
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.
# 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