美文网首页
git 常用操作

git 常用操作

作者: alitan2015 | 来源:发表于2021-08-13 19:02 被阅读0次

    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