Skip to content

Instantly share code, notes, and snippets.

@AGelzer
Created May 30, 2023 13:20
Show Gist options
  • Save AGelzer/1c6ad0ce02b43b4789561f6a3784a406 to your computer and use it in GitHub Desktop.
Save AGelzer/1c6ad0ce02b43b4789561f6a3784a406 to your computer and use it in GitHub Desktop.
Show all commits that are in oldbranch, but not in new branch
git log --no-merges oldbranch ^newbranch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment