Git——加入已存在的项目组的正确操作

under 效率  tag Git    Published on July 9th , 2020 at 12:14 am

1.clone已经准在的项目

git clone 项目地址

2.拉取最新分支

git remote update origin -p

3.查看当前所有分支

git branch -a

4.拉取remote仓库指定分支到本地

git fetch origin 分支名称
git checkout -b origin/分支名称

本文由simyng创作, 采用知识共享署名4.0 国际许可协议进行许可,转载前请务必署名
  文章最后更新时间为:July 8th , 2020 at 04:14 pm