Skip to content

Instantly share code, notes, and snippets.

@mattkretz
Forked from ErisDS/.gitconfig
Last active November 27, 2015 11:26
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 mattkretz/825f71edb9bbe9485504 to your computer and use it in GitHub Desktop.
Save mattkretz/825f71edb9bbe9485504 to your computer and use it in GitHub Desktop.
Changelog generator: add this to your ~/.gitconfig file, and then run `git cl x.x.x..x.x.x+1` E.g. `git cl 0.7.1..0.7.2`
[alias]
cl = log --no-merges --pretty=tformat:'* [`%h`](https://github.com/VcDevel/Vc/commit/%h) %s - %an'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment