Created
April 9, 2016 01:20
-
-
Save ihorvorotnov/857a9587fd33e1ba62cacf5187b5b0cd to your computer and use it in GitHub Desktop.
Git changelog command
This file contains hidden or 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
[alias] | |
changelog = "!_() { t=$(git describe --abbrev=0 --tags); git log ${t}..HEAD --no-merges --pretty=format:'* %s'; }; _" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment