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