Makistos
2/27/2015 - 11:33 AM

Get the last commit for every repository under this directory in a nice tabular format #git #repo #git-log #column

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 '|'