Skip to content

Instantly share code, notes, and snippets.

@Makistos
Created March 13, 2015 14:28
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 Makistos/92414daefa7cc749b131 to your computer and use it in GitHub Desktop.
Save Makistos/92414daefa7cc749b131 to your computer and use it in GitHub Desktop.
Get a nice summary of your changes from a Git repo #git #git-log #column
git log --oneline --shortstat --author=Marko --pretty=tformat:'%Cblue%H%Creset|%ar|%s' | column -t -s '|'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment