Skip to content

Instantly share code, notes, and snippets.

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 ihorvorotnov/857a9587fd33e1ba62cacf5187b5b0cd to your computer and use it in GitHub Desktop.
Save ihorvorotnov/857a9587fd33e1ba62cacf5187b5b0cd 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