Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcaurele/96957102802669248fc39860f85d2f5c to your computer and use it in GitHub Desktop.
Save marcaurele/96957102802669248fc39860f85d2f5c to your computer and use it in GitHub Desktop.
One liner for release history between 2 branches
git log --pretty=oneline --abbrev-commit master..staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment