使用新创建的远程分支更新 .git

Updating .git with newly created remote branch

上下文:

分支B如何签出?

你应该这样做:

git fetch --all # Fetch all remote branches
git checkout B