简体   繁体   English

从 github 上的存储库创建分叉,但在新的拉取请求中找不到我的分叉

[英]Create fork from repository on github but in new pull request not find my fork

I have made a modification of this https://github.com/zo0r/react-native-push-notification repository and when I try to make a new pull request in its repository I press compare forks and my fork doesn't appear...我已经对此https://github.com/zo0r/react-native-push-notification存储库进行了修改,当我尝试在其存储库中提出新的拉取请求时,我按下比较叉,我的叉没有出现。 ..

What am i doing wrong?我究竟做错了什么?

My fork is this: https://github.com/cookienawer/react-native-push-notification我的叉子是这样的: https://github.com/cookienawer/react-native-push-notification

You need to create a pull request in your forked repository.您需要在您的分叉存储库中创建一个拉取请求。 When creating this pull request, you need to select merge with upstream.创建此拉取请求时,您需要将 select 与上游合并。

Here are the basic steps to create a pull request in an open-source repo.以下是在开源存储库中创建拉取请求的基本步骤。

  1. Fork the repository.分叉存储库。
  2. Create a branch and make the necessary changes.创建一个分支并进行必要的更改。
  3. Create a pull request on your branch and select merge to upstream master.在您的分支上创建一个拉取请求,并将 select 合并到上游 master。
  4. Submit the pull request for review.提交拉取请求以供审核。

You can find more information here .您可以在此处找到更多信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM