1、克隆线上指定分支代码:没有加-b 则默认拉取默认分支
git clone -b "分支名" 链接
2、推送到指定分支,如若没指定,默认为master:
git push origin "分支名"
京公网安备 11010502049817号