如何在github上pull request

pull request在github社区中一般简称为pr。在我们向开源项目提交bug修补等情况时,会用到。下面是具体步骤。

  1. 在github上fork此项目仓库(假设名称为 xxx/opensource)到自己的github上(my/opensource)。
  2. 接下来的操作就和正常的git修改程序一致。
    1. clone项目到本地。
    2. 修改bug.
    3. 提交,推送到github的my/opensource
  3. my/opensource合并到xxx/opensource.
    1. 点击如图的pull request.github如何pull_request.进入提交页面
    2. 按如图的步骤进行提交:github如何pull_request
      40471508)].
    3. 可以在xxx/opensourcepull request页面下查看提交进度。

关于技术交流

此处后的文字已经和题目内容无关,可以不看。
qq群:825695030
微信公众号:嵌入式的日常
如果上面的文章对你有用,欢迎打赏、点赞、评论。github如何pull_request

相关文章:

  • 2021-12-04
  • 2021-05-07
  • 2021-06-13
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
猜你喜欢
  • 2021-08-28
  • 2021-05-28
  • 2022-02-10
  • 2021-04-21
  • 2021-12-17
  • 2021-08-28
相关资源
相似解决方案