Skip to content

Instantly share code, notes, and snippets.

@alexisg
Created January 21, 2015 05:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexisg/75c300cf36081a9f2b1a to your computer and use it in GitHub Desktop.
Save alexisg/75c300cf36081a9f2b1a to your computer and use it in GitHub Desktop.
Log last week of Git Commits sorted by author across all branches
alias logall="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --date=short --all --since=1.week.ago --stat --author-date-order"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment