Skip to content

Instantly share code, notes, and snippets.

@olso
Created July 31, 2017 09:49
Show Gist options
  • Save olso/4872db6de25e2b61dc4ce1aca05d6699 to your computer and use it in GitHub Desktop.
Save olso/4872db6de25e2b61dc4ce1aca05d6699 to your computer and use it in GitHub Desktop.
Timesheet log
git log --after="2017-06-01" --until="2017-07-01" --pretty=format:'%ad;%s' --author='olso' > ~/Desktop/timesheet-june-log.csv
@olso
Copy link
Author

olso commented Jul 31, 2017

june

git log --after="2017-06-01"  --until="2017-07-01" --pretty=format:'%ad;%s' --author='olso'  > ~/Desktop/timesheet-june-log.csv

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