Skip to content

Instantly share code, notes, and snippets.

@lawrence-laz
Created August 2, 2022 07:39
Show Gist options
  • Save lawrence-laz/78200b343645c7320b56cfcb93a24775 to your computer and use it in GitHub Desktop.
Save lawrence-laz/78200b343645c7320b56cfcb93a24775 to your computer and use it in GitHub Desktop.

Get commits that were not cherry picked to release branch:

git cherry -v release develop > gitlog.txt

Commits starting with + were not cherry picked yet, the ones starting with - are already in release branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment