How to update the repository with unaccepted pull requests?

mining

The common circumstance is like this: in the github.com, we could fork another developing repository into our own account and continue the development with our own ideas. But meanwhile, the original repository we forked would also be alive thus have many pull requests. So, how could we git pull these pull requests, which hadn't been accepted into the dev branch by the main contributor of the original repository, into our local repository?

UPDATED

enter image description here

VonC

With a script, you could:

From there, you can get the url of the fork repos (head repo), add them as remote, fetch them, merge the branch of the PR (the head.branch)

本文收集自互联网,转载请注明来源。

如有侵权,请联系[email protected] 删除。

编辑于
0

我来说两句

0条评论
登录后参与评论

相关文章

来自分类Dev

How do I pull upstream changes of a remote GitHub repository?

来自分类Dev

Implementing TFS Pull Requests

来自分类Dev

How can I add/update a submodule, using an existing repository to save bandwidth?

来自分类Dev

我如何识别 GRANTED 和 UNACCEPTED 的权限?

来自分类Dev

Git workflow: submitting pull requests to upstream and using the commits in the meantime

来自分类Dev

How to squash commits in a Pull request

来自分类Dev

How to maintain repositories into a single repository

来自分类Dev

How to delete remote repository on github?

来自分类Dev

我该如何配置SonarQube以减少覆盖范围来注释GitHub Pull Requests?

来自分类Dev

如何配置SonarQube来以覆盖率较低的方式注释GitHub Pull Requests?

来自分类Dev

git pull requests -- 如果旧的 PR 不被接受,是否应该创建新的 PR

来自分类Dev

How to chain these two Postman requests

来自分类Dev

How to monitor extension/addon requests?

来自分类Dev

Repository EF模式中Update函数的意义是什么?

来自分类Dev

Repository EF模式中Update函数的意义是什么?

来自分类Dev

函数 update() 使用 Repository 模式编写 REST API 的问题

来自分类Dev

how to get a copy of exist git repository to new repository

来自分类Dev

Mercurial : how to deal with rejected pull request?

来自分类Dev

How to add persistent headers in requests calls?

来自分类Dev

how to save POST/GET requests of a browser session?

来自分类Dev

How to send XML POST requests with Spring RestTemplate?

来自分类Dev

How to pull specific commit code from bitbucket-git

来自分类Dev

How to get perforce to pull only files that don't exist in workspace

来自分类Dev

How to pull info from a dynamic dropdown of array to post in another table

来自分类Dev

Dynamics CRM SDK: Execute Multiple Requests for Bulk Update of around 5000 Records

来自分类Dev

How can you override an existing Gradle plugin from a local repository?

来自分类Dev

How to map all requests to single controller method in spring?

来自分类常见问题

How to set timeout for http.Get() requests in Golang?

来自分类Dev

S3 How to route all the requests to the same resource?

Related 相关文章

  1. 1

    How do I pull upstream changes of a remote GitHub repository?

  2. 2

    Implementing TFS Pull Requests

  3. 3

    How can I add/update a submodule, using an existing repository to save bandwidth?

  4. 4

    我如何识别 GRANTED 和 UNACCEPTED 的权限?

  5. 5

    Git workflow: submitting pull requests to upstream and using the commits in the meantime

  6. 6

    How to squash commits in a Pull request

  7. 7

    How to maintain repositories into a single repository

  8. 8

    How to delete remote repository on github?

  9. 9

    我该如何配置SonarQube以减少覆盖范围来注释GitHub Pull Requests?

  10. 10

    如何配置SonarQube来以覆盖率较低的方式注释GitHub Pull Requests?

  11. 11

    git pull requests -- 如果旧的 PR 不被接受,是否应该创建新的 PR

  12. 12

    How to chain these two Postman requests

  13. 13

    How to monitor extension/addon requests?

  14. 14

    Repository EF模式中Update函数的意义是什么?

  15. 15

    Repository EF模式中Update函数的意义是什么?

  16. 16

    函数 update() 使用 Repository 模式编写 REST API 的问题

  17. 17

    how to get a copy of exist git repository to new repository

  18. 18

    Mercurial : how to deal with rejected pull request?

  19. 19

    How to add persistent headers in requests calls?

  20. 20

    how to save POST/GET requests of a browser session?

  21. 21

    How to send XML POST requests with Spring RestTemplate?

  22. 22

    How to pull specific commit code from bitbucket-git

  23. 23

    How to get perforce to pull only files that don't exist in workspace

  24. 24

    How to pull info from a dynamic dropdown of array to post in another table

  25. 25

    Dynamics CRM SDK: Execute Multiple Requests for Bulk Update of around 5000 Records

  26. 26

    How can you override an existing Gradle plugin from a local repository?

  27. 27

    How to map all requests to single controller method in spring?

  28. 28

    How to set timeout for http.Get() requests in Golang?

  29. 29

    S3 How to route all the requests to the same resource?

热门标签

归档