一、拉取其他分支代码

1、git clone 代码是下载master分支

2、在未做修改的情况下,合并分支

sourceTree 的使用

 

二、提交代码到其他分支

1、创建分支(名称可以与远程不同)

sourceTree 的使用

2、(正常提交步骤)将作出的修改添加到缓存

sourceTree 的使用

 

 3、推送到远程分支

sourceTree 的使用

 

相关文章:

  • 2022-01-05
  • 2021-10-06
  • 2021-06-29
  • 2022-12-23
  • 2021-08-12
  • 2021-10-29
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2021-12-07
  • 2021-05-04
  • 2021-10-25
  • 2021-05-24
相关资源
相似解决方案