after I fork a github project, how can I stay current with the original project?

前端 未结 2 653
别跟我提以往
别跟我提以往 2021-01-31 09:51

On github, after I fork a project, modify it, then submit my pull request, it seems that I have to delete and re-fork in order to stay current with any changes made after my pul

2条回答
  •  粉色の甜心
    2021-01-31 10:40

    What you can do is create a pull request in your forked repo by comparing to the original repository and then merge it in your repository.

提交回复
热议问题