Created
September 5, 2016 06:02
-
-
Save JunNakamura/d6c01a1facf5a4e05f94f2c62264517c 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