xxxxxxxxxx
git branch #To see local branches, run this command
git branch -r #To see remote branches, run this command
git branch -a #To see all local and remote branches, run this command
xxxxxxxxxx
git branch -r
# origin/main
# origin/feature1
# origin/debug2
# remote-repo/main
# remote-repo/other-feature