Skip to content

Github上的开发流程

axp edited this page May 1, 2018 · 2 revisions
  1. git clone到本地。
  2. 新建分支,建议命名为“名字_开发内容_branch”,如“axp_add_vector_branch”。
  3. 在本地进行开发,注意经常git pull保持和master同步。
  4. commit在本地提交修改。
  5. 将本地分支push到远程仓库。
  6. 发起一个新的pr(pull request)。
  7. 等待review,如果有需要修改的地方,重复3-5。
  8. 通过review,merge进master,万事大吉。
Clone this wiki locally