Skip to content

Instantly share code, notes, and snippets.

@nm3mon
Created January 17, 2014 16:31
Show Gist options
  • Save nm3mon/8476465 to your computer and use it in GitHub Desktop.
Save nm3mon/8476465 to your computer and use it in GitHub Desktop.
Git show latest commit timestamp on all branches
git for-each-ref --shell --format="echo %(refname:short) && git log -n 1 --format=format:\" %%cd%%n %%B\" %(refname)" refs/ | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment