Skip to content

Instantly share code, notes, and snippets.

@kinobi
Created August 5, 2016 13:11
Show Gist options
  • Save kinobi/ad3d176da99bd0cebd61b54b95a62f49 to your computer and use it in GitHub Desktop.
Save kinobi/ad3d176da99bd0cebd61b54b95a62f49 to your computer and use it in GitHub Desktop.
Git changelog command
[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