Skip to content

Instantly share code, notes, and snippets.

@Erikdegroot89
Created February 1, 2019 10:16
  • Star 13 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Get all commits since last tag
git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log
@ngosang
Copy link

ngosang commented Jan 8, 2021

Thank you!

@kaelinda
Copy link

thanks!

@wickkidd
Copy link

👍

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