Skip to content

Instantly share code, notes, and snippets.

@Makistos
Created February 27, 2015 11:33
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/6e7271c0df5ef570307e to your computer and use it in GitHub Desktop.
Save Makistos/6e7271c0df5ef570307e to your computer and use it in GitHub Desktop.
Get the last commit for every repository under this directory in a nice tabular format #git #repo #git-log #column
# Requires repo tool from https://code.google.com/p/git-repo/
repo forall -p -c "git log -n 1 --pretty=tformat:'%Cblue%an%Creset|%ar|%s'" | column -t -s '|'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment