git Clone 某个分支或所有分支
·
clone 某个分支:
git clone -b b1 https://github.com/...
clone所有分支
git clone https://github.com/...
git branch -r
* master
origin/HEAD -> origin/master
origin/master
origin/b1
git checkout b1
git clone -b b1 https://github.com/...
clone所有分支
git clone https://github.com/...
git branch -r
* master
origin/HEAD -> origin/master
origin/master
origin/b1
git checkout b1
新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。
更多推荐



所有评论(0)