Answers for "git list all remote branches created by me"

4

show all remote branches git

git branch -r
Posted by: Guest on October-09-2020
0

git list all remote branches created by me

git for-each-ref --format=' %(authorname) %09 %(refname)' --sort=authorname
Posted by: Guest on October-09-2020

Code answers related to "git list all remote branches created by me"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language