Created
February 1, 2019 10:16
-
-
Save Erikdegroot89/a242f0a836de3ed669dac315e1a28c04 to your computer and use it in GitHub Desktop.
Get all commits since last tag
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git log $(git describe --tags --abbrev=0)..HEAD --no-merges --oneline > new-in-this-release.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks!