Skip to content

Instantly share code, notes, and snippets.

@mlcollard
Last active August 29, 2015 14: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 mlcollard/991b0c24127a79cc26c5 to your computer and use it in GitHub Desktop.
Save mlcollard/991b0c24127a79cc26c5 to your computer and use it in GitHub Desktop.
ISO Date of first commit to a git repository
git rev-list HEAD | tail -n 1 | xargs -I% git log --date=iso % | grep "Date:" | cut -d":" -f2- | cut -c4- | cut -d"+" -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment