After Git clone from GitHub, I do not see my branch

Viewed 64589

I have a repository on GitHub. It contains master and one branch.

When I clone it, I obtain only master and do not see my branch.

Why is it so? How can I see all branches in the repository?

3 Answers
Related