Skip to content

Instantly share code, notes, and snippets.

@yoshimov
Created January 23, 2015 08:35
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 yoshimov/183aed1aaa8d8a85b462 to your computer and use it in GitHub Desktop.
Save yoshimov/183aed1aaa8d8a85b462 to your computer and use it in GitHub Desktop.
get the last updated date of sub folder.
git log -1 --pretty="%ci" . | cut -d ' ' -f 1 | tr -d '-'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment