1.本地分支关联远程分支
git checkout -b 本地分支名称 origin/远程分支名称,例如:git checkout -b showcase_outside origin/showcase_outside
2.项目太大无法一次性拉取全部内容下来
git clone -b 分支名称 仓库地址 --depth 1
1.本地分支关联远程分支
git checkout -b 本地分支名称 origin/远程分支名称,例如:git checkout -b showcase_outside origin/showcase_outside
2.项目太大无法一次性拉取全部内容下来
git clone -b 分支名称 仓库地址 --depth 1
本文标题:git 常用操作
本文链接:https://www.haomeiwen.com/subject/wodjbltx.html
网友评论