1. 先git stash     暂存更改
2. 再git checkout develop    develop用master代替,切换到master分支,远程仓库
3. 再git pull         拉取远程仓库代码到本地
4. 再git checkout issue/xxx    切换到自己之前创立的问题修改分支issue/xxx
5. 再git merge develop      发起合并请求
6. 最后git stash pop     把之前暂存的更改释放出来

 

 

git提交代码步骤以及创建issue事项

 

 git提交代码步骤以及创建issue事项

 

相关文章:

  • 2022-01-07
  • 2022-01-07
  • 2022-12-23
  • 2022-01-07
  • 2022-01-07
  • 2021-05-25
猜你喜欢
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2021-12-21
  • 2021-07-10
  • 2022-01-07
相关资源
相似解决方案