1、下载代码:

git clone 仓库地址

 

2、切换分支

git checkout remotes/origin/develop

 

3、拉取代码

git pull = git fetch + git merge
git pull --rebase = git fetch + git rebase

相关文章:

  • 2022-12-23
  • 2021-07-29
  • 2021-09-19
  • 2022-01-15
  • 2021-06-01
  • 2021-04-30
猜你喜欢
  • 2021-04-17
  • 2021-07-11
  • 2022-12-23
相关资源
相似解决方案