Skip to content

Instantly share code, notes, and snippets.

@beeeswax
Created September 30, 2015 21:46
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 beeeswax/10e9ba11b9fb623099ed to your computer and use it in GitHub Desktop.
Save beeeswax/10e9ba11b9fb623099ed to your computer and use it in GitHub Desktop.
Display list of git commits since last Saturday -- useful for preparing weekly written summaries of activity.
git log --since=$(date -v -sat +"%Y-%m-%d") --pretty=format:"%ai, %an: %s" | tail -r > commits-since-$(date -v -sat +"%Y-%m-%d").txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment