Skip to content

Instantly share code, notes, and snippets.

@cabb
Created October 4, 2021 08:50
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 cabb/1cd79e2a7e15c6868034c891e2b56d0c to your computer and use it in GitHub Desktop.
Save cabb/1cd79e2a7e15c6868034c891e2b56d0c to your computer and use it in GitHub Desktop.
Git list of all branches including the creator
git for-each-ref --format='%(color:cyan)%(authordate:format:%m/%d/%Y %I:%M %p) %(align:35,left)%(color:yellow)%(authorname)%(end) %(color:reset)%(refname:strip=3)' --sort=authordate refs/remotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment