Created
September 11, 2017 05:43
-
-
Save cbiggins/b7a2efc2d731b163011bd138e1e5efc0 to your computer and use it in GitHub Desktop.
git changelog alias
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
changelog = "!f() { r=${1:-`git describe --tags --abbrev=0`..HEAD}; echo Changelog for $r; git log --reverse --no-merges --format=' * %an - %h - %s' $r; }; f" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment