1.为项目放在一个盘里,这里放在了D盘,D盘下新创建了一个文件夹1,点开文件夹1显示为空的文件夹,然后鼠标右键点击Git Bash Here打开,在Git Bash Here下输入:git clone git项目clone地址回车

2.cd clone下来的项目名,这里是MOTS

3.git status(这里的目的是查看下载到哪一步的状态)

4.git fetch –a

5.git branch

6.git branch –a

7.git checkout –b develop origin/develop

8.git status

9.git pull origin develop,完成
如何从gitee中获取完整项目

相关文章:

  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2021-11-27
  • 2021-07-16
  • 2022-12-23
猜你喜欢
  • 2022-01-30
  • 2021-08-24
  • 2021-09-26
  • 2022-12-23
  • 2021-08-12
  • 2021-12-21
  • 2021-12-01
相关资源
相似解决方案