git all branch remote code example
Example 1: show all remote branches git
git branch -r
Example 2: get all remote branches
git fetch --all
Example 3: show all remote branches git
git ls-remote --heads <remote-name>
git branch -r
git fetch --all
git ls-remote --heads <remote-name>