I clones a branch with git clone --branch=<MyRemoteBranch> --depth 50 https://<MyUserName>@bitbucket.org/<MyRepo>.git
When I use branch -r
the only output I get is:
origin/<MyRemoteBranch>
Is there a way I can get it to start showing the rest of my remote branches so I can fetch other branches? I want to fetch origin/HEAD