Skip to content

Instantly share code, notes, and snippets.

@plindberg
Last active May 21, 2018 12:57
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 plindberg/4403048eb10310fb90b8034efaeac3e5 to your computer and use it in GitHub Desktop.
Save plindberg/4403048eb10310fb90b8034efaeac3e5 to your computer and use it in GitHub Desktop.
Show most recent commit of each Git remote
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