Skip to content

Instantly share code, notes, and snippets.

@jalex19100
Last active October 9, 2018 16:09
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 jalex19100/ff9d4b4d82159b6d7aa316bf23e34486 to your computer and use it in GitHub Desktop.
Save jalex19100/ff9d4b4d82159b6d7aa316bf23e34486 to your computer and use it in GitHub Desktop.
Show last commit on all git projects within a dir
# usage <scriptname> <directory below to look in>
find $1 -depth 2 -type d -name .git -execdir git log -1 --format=%cd" `pwd`" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment