美文网首页Git
Git clone a specific branch only

Git clone a specific branch only

作者: JaedenKil | 来源:发表于2018-11-07 17:04 被阅读5次
git clone --single-branch -b branchName remoteRepoName

Which will clones the specific branch and that branch only without cloning all the existing branches.

相关文章

网友评论

    本文标题:Git clone a specific branch only

    本文链接:https://www.haomeiwen.com/subject/blwvxqtx.html