Skip to content

Instantly share code, notes, and snippets.

@Erikdegroot89
Created February 1, 2019 10:16
Show Gist options
  • Save Erikdegroot89/a242f0a836de3ed669dac315e1a28c04 to your computer and use it in GitHub Desktop.
Save Erikdegroot89/a242f0a836de3ed669dac315e1a28c04 to your computer and use it in GitHub Desktop.
Get all commits since last tag
git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log
@wickkidd
Copy link

👍

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