Created
October 9, 2016 22:07
-
-
Save csu/a3594e9a0f55419f90a0f8ba5c1fc840 to your computer and use it in GitHub Desktop.
Gets the year of the first commit in the repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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