tortoiseGit的使用(包含提交到相关人员审核,同步gitgub fork出来的分支)

  1. stash change / save
  2. git sync (upstream => pull)
  3. stash pop
  4. git commit => master //提交到本地
  5. push => https// … /new项目地址 //推送到远程
  6. new merge request
  7. merge resquests
  8. compare branches and continue
  9. 选择 Assignee(s) 和 reviewer(s)
  10. submit merge request => change/save

tortoisegit
switch 切换到分支 ,合并到master
merge

创建分支后,需push到远程,
合并时,先到主管master,然后再merge到分支

tortoiseGit的使用

相关文章:

  • 2021-06-08
  • 2021-12-18
  • 2021-09-22
  • 2021-10-16
  • 2021-10-19
  • 2022-12-23
  • 2021-04-09
猜你喜欢
  • 2022-01-22
  • 2021-07-17
  • 2021-12-17
  • 2021-12-28
  • 2022-12-23
  • 2022-01-15
相关资源
相似解决方案