Skip to content

Instantly share code, notes, and snippets.

@zsiegel
Created July 28, 2015 00:19
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 zsiegel/853cc94f3d4378b03720 to your computer and use it in GitHub Desktop.
Save zsiegel/853cc94f3d4378b03720 to your computer and use it in GitHub Desktop.
function githarvest() {
local week_ago=$(eval date -v -7d +'%d/%m/%Y')
git log --since $week_ago --author="YOUR GIT NAME HERE" --pretty=format:'%C(yellow)%h|%Cred%ad|%Cblue%an|%Cgreen%d %Creset%s' --date=short
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment