list remote branches
This command will list all remote branches. Useful if you want to push changes to multiple repositories.
git remote -v
copy
This command will list all remote branches. Useful if you want to push changes to multiple repositories.
git remote -v
copy