Skip to content

Instantly share code, notes, and snippets.

@JunNakamura
Created September 5, 2016 06:02
Show Gist options
  • Select an option

  • Save JunNakamura/d6c01a1facf5a4e05f94f2c62264517c to your computer and use it in GitHub Desktop.

Select an option

Save JunNakamura/d6c01a1facf5a4e05f94f2c62264517c 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