第一步:git clone +主分支

第二步:git fetch origin 分支名

第三步:git checkout -b 分支名 origin/分支名

第四步:git pull origin 分支名

第五步:修改代码

第六步:git add .

第七步:git commit -m +注释

第八步:git push origin 分支

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-02-07
  • 2021-06-28
  • 2021-11-20
  • 2022-02-07
猜你喜欢
  • 2022-03-02
  • 2022-01-10
  • 2021-08-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-02-07
相关资源
相似解决方案