Skip to content

Instantly share code, notes, and snippets.

@scheibome
Last active August 29, 2015 14:24
Show Gist options
  • Save scheibome/c7fee0ce5fa7d48a68de to your computer and use it in GitHub Desktop.
Save scheibome/c7fee0ce5fa7d48a68de to your computer and use it in GitHub Desktop.
[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