I did a git clone
of a project, after that, I have creater a branch:
git checkout -b myBranch
And after this line it shows: Switched to a new branch myBranch
But, when I type this:
git branch
It doesn't show anything... I just want to clone a branch of my project, I tried this: After git clone, I do not see my branch but I get nothing.
Can someone help me?