切换到自己的分支(比如:self):git checkout self;

在自己分支下,推送自己的分支到github远端仓库:git push --set-upstream origin self;

在自己分支下,合并master分支到自己的分支:git merge master;

自己的分支pull request到master:

相关文章:

  • 2021-06-15
  • 2021-09-01
  • 2021-07-31
  • 2022-12-23
猜你喜欢
  • 2021-06-18
  • 2021-05-20
  • 2022-12-23
  • 2021-12-13
  • 2022-01-01
相关资源
相似解决方案