Why doesn't `git clone` clone all the branches?
本问题已经有最佳答案,请猛点这里访问。
如果我愿意的话
1 2 3 4 | $ git clone https://github.com/dtu-compute/docker-mongodb $ cd docker-mongodb $ git branch * master |
但是,如果您查看Github分支页面,会发现有两个分支。
问题
我为什么不把所有的分支都用
默认情况下,
如果我愿意的话
1 2 3 4 | $ git clone https://github.com/dtu-compute/docker-mongodb $ cd docker-mongodb $ git branch * master |
但是,如果您查看Github分支页面,会发现有两个分支。
问题
我为什么不把所有的分支都用
默认情况下,