Skip to content

Instantly share code, notes, and snippets.

@extmkv
Created October 17, 2018 09:13
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 extmkv/704e79add62181a34a39afa40273cb28 to your computer and use it in GitHub Desktop.
Save extmkv/704e79add62181a34a39afa40273cb28 to your computer and use it in GitHub Desktop.
List all my branchs and tags.
git for-each-ref --format=' %(authorname) %09 %(refname)' | grep -f <(git config user.name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment