How do I merge a pull request on someone else's project in git?

后端 未结 3 2136
难免孤独
难免孤独 2021-01-30 16:10

I cloned this repo on my computer: https://github.com/derobins/wmd.git

There are several bugs with it though, and it looks like another user has fixed them and issued \"

3条回答
  •  别跟我提以往
    2021-01-30 16:56

    You clone the repo to you github account. Then just visit the forkqueue of your cloned repo and choose the patches you want to merge in to your repository.

提交回复
热议问题