Skip to content

Instantly share code, notes, and snippets.

@alexengrig
Created July 14, 2020 10:10
Show Gist options
  • Save alexengrig/455de4079d0c75ac722388ab47437a2f to your computer and use it in GitHub Desktop.
Save alexengrig/455de4079d0c75ac722388ab47437a2f to your computer and use it in GitHub Desktop.
Show remote branches by creator
git for-each-ref --format=' %(authorname) %09 %(refname)' --sort=authorname | grep /remotes/origin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment