Skip to content

Instantly share code, notes, and snippets.

@nickpresta
Created January 8, 2013 23:11
Show Gist options
  • Save nickpresta/4488929 to your computer and use it in GitHub Desktop.
Save nickpresta/4488929 to your computer and use it in GitHub Desktop.
Show an overview of your activity.
git for-each-ref --sort=-committerdate --shell --format="echo %(refname:short) by %(authorname) && git log -n 1 --format=format:\" %%cd%%n %%B\" %(refname)" refs/heads/ | sh | less -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment