Skip to content

Instantly share code, notes, and snippets.

@cbiggins
Created September 11, 2017 05:43
  • Select an option

Select an option

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