Skip to content

Instantly share code, notes, and snippets.

@csu
Created October 9, 2016 22:07
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 csu/a3594e9a0f55419f90a0f8ba5c1fc840 to your computer and use it in GitHub Desktop.
Save csu/a3594e9a0f55419f90a0f8ba5c1fc840 to your computer and use it in GitHub Desktop.
Gets the year of the first commit in the repo
git log $(git log --reverse --pretty=format:%H|head -1) --date=short --pretty='format:%cd' | cut -c 1-4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment