为什么`git clone`克隆所有分支?

这个问题在这里已经有了答案:

  • 如何克隆Git中的所有远程分支? 32个答案

  • git branch默认只显示本地分支; 使用git branch -r查看远程分支或git branch -a查看全部。 git clone仅创建一个本地分支,默认情况下为master ,它跟踪(同样默认情况下)远程存储库上的master分支。

    链接地址: http://www.djcxy.com/p/4429.html

    上一篇: Why doesn't `git clone` clone all the branches?

    下一篇: Having a hard time understanding git