Skip to content

Instantly share code, notes, and snippets.

@nasrulhazim
Created January 5, 2019 21:16
Show Gist options
  • Save nasrulhazim/c9e0caf28e4fe56d255220d702fb4ac6 to your computer and use it in GitHub Desktop.
Save nasrulhazim/c9e0caf28e4fe56d255220d702fb4ac6 to your computer and use it in GitHub Desktop.
Export Git Log to CSV
git log --since='26/12/2018' --date=short --pretty=format:'%h,%an,%ad,%s' > ../CHANGELOG-20190106.csv
@nasrulhazim
Copy link
Author

Example output:

23e151a,Nasrul Hazim,06/01/19,Apply PHP CS Fixer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment