Skip to content

Instantly share code, notes, and snippets.

@textarcana
Created January 29, 2020 02:19
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 textarcana/8bca5ebc5590e1ef2d56255602d48290 to your computer and use it in GitHub Desktop.
Save textarcana/8bca5ebc5590e1ef2d56255602d48290 to your computer and use it in GitHub Desktop.
repo_age=$(git log --date=relative --reverse --format="%ad" | head -n1)
commits_in_history=$(git log --pretty=oneline | wc -l)
echo "$commits_in_history commits since $repo_age"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment