Skip to content

Instantly share code, notes, and snippets.

@tanshuai
Created October 23, 2021 09:21
Show Gist options
  • Save tanshuai/a9c134892efc030d9d278f903c106387 to your computer and use it in GitHub Desktop.
Save tanshuai/a9c134892efc030d9d278f903c106387 to your computer and use it in GitHub Desktop.
List all branches of git repo with creator name and email
git for-each-ref --format='%(committerdate) %09 %(authorname) %(authoremail) %09 %(refname)' --sort=committerdate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment