Skip to content

Instantly share code, notes, and snippets.

View aduane's full-sized avatar

Andrew Duane aduane

View GitHub Profile
@chadb
chadb / bash alias
Created February 11, 2014 20:39
Git what did I do lastweek?
alias lastweek='git log --author="`git config user.name`" --pretty=format:"%cd %h %s" --date=short --after={`chronic monday of last week`} --before={`chronic last sunday`}'