whit is the command in git bash to see all remote branches code example
Example 1: show all remote branches git
git branch -r
Example 2: show all remote branches git
git remote show <remote-name>
git branch -r
git remote show <remote-name>