首页 > github

github

问大家一个问题,静态网页放到git上面,有好几个branch,怎样把其中一个branch的代码clone到本地?


可以选择分支


git clone -b <branch_name> <remote_repo>

【热门文章】
【热门文章】