Skip to content

Instantly share code, notes, and snippets.

@cbiggins
Created September 11, 2017 05:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbiggins/b7a2efc2d731b163011bd138e1e5efc0 to your computer and use it in GitHub Desktop.
Save cbiggins/b7a2efc2d731b163011bd138e1e5efc0 to your computer and use it in GitHub Desktop.
git changelog alias
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