how to list all remote branches git code example
Example 1: show all remote branches git
git branch -r
Example 2: git list remote branches
git branch -r
Example 3: show all remote branches git
git remote show <remote-name>
git branch -r
git branch -r
git remote show <remote-name>