Last active
May 21, 2018 12:57
-
-
Save plindberg/4403048eb10310fb90b8034efaeac3e5 to your computer and use it in GitHub Desktop.
Show most recent commit of each Git remote
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 remote | \ | |
xargs -n1 -I{} \ | |
git log --oneline -1 --pretty=format:"%C(red)%h%d%C(reset) %s /%an, %ar" {}/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment