git view branches on remote 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 ls-remote --heads <remote-name>
git branch -r
git branch -r
git ls-remote --heads <remote-name>