Created
January 17, 2014 16:31
-
-
Save nm3mon/8476465 to your computer and use it in GitHub Desktop.
Git show latest commit timestamp on all branches
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 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