Skip to content

Instantly share code, notes, and snippets.

@csu
Created October 9, 2016 22:22
Show Gist options
  • Save csu/d6b4148930126745b7491acb54b936d7 to your computer and use it in GitHub Desktop.
Save csu/d6b4148930126745b7491acb54b936d7 to your computer and use it in GitHub Desktop.
Gets the date of the first commit in a git repo
git log $(git log --reverse --pretty=format:%H|head -1) --date=short --pretty='format:%cd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment