Skip to content

Instantly share code, notes, and snippets.

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 brightredchilli/1263fcb762bc4d56fd215bf088de12f5 to your computer and use it in GitHub Desktop.
Save brightredchilli/1263fcb762bc4d56fd215bf088de12f5 to your computer and use it in GitHub Desktop.
Get all commiter names and branches from github
git branch -a | grep origin | grep --invert-match HEAD | xargs -n1 git show --no-patch --format="%cn %d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment