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 --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
网友评论