How can I see in my local repository a recently created branches in the Bitbucket repository?
问题 I am just trying to import the branch 'brancTest' recently created in Bitbucket into my local repository. This is what I am doing git checkout -b 'brancTest' origin/brancTest And I get this message: fatal: 'origin/brancTest' is not a commit and a branch 'brancTest' cannot be created from it I am in my develop an git status give me this: git status On branch develop Your branch is up-to-date with 'origin/develop'. nothing to commit, working tree clean When I do git branch -a I can't see