Using Git For Weekly Project Status Updates

Jan 31, 2014

When I am working on a project, I often like to send a weekly update of things I’ve worked on or finished.

Git is perfect for this. Pull in a list of commits for the entire week.

git log --since 1/26/2014