Skip to content

开发流程

桔子 edited this page Apr 25, 2020 · 3 revisions

当你想要对代码进行修改时,请严格按照以下步骤进行

  1. 拉取最新的develop分支到本地
  2. 基于最新的develop分支新建你自己的本地分支
  3. 修改代码后,进行commitpush
  4. 切换到develop分支并拉取最新的develop分支到本地
  5. 切换回你自己的本地分支,然后执行命令git rebase develop将你的分支变基到最新的develop分支
  6. 执行git push -f强制推送你变基后的分支
  7. 在 Github 上新建 Pull Request
Clone this wiki locally