Skip to content

Instantly share code, notes, and snippets.

@StefanoCecere
Created March 13, 2017 10:55
Show Gist options
  • Save StefanoCecere/595492171c6fb07f482eed65efa896b2 to your computer and use it in GitHub Desktop.
Save StefanoCecere/595492171c6fb07f482eed65efa896b2 to your computer and use it in GitHub Desktop.
Generate simple CHANGELOG with git log
git log --since='last month' --pretty=format:'%ad - %s' --date=short --no-merges --decorate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment