Fork missing from Comparison List #145321
Replies: 1 comment 1 reply
-
When working with forks and pull requests (PRs) on GitHub, particularly when you want to collaborate with someone else's fork of a project, there are a few key points to keep in mind regarding the visibility of forks in the comparison list and submitting PRs. Understanding Forks and PRs
Steps to Submit a PR to Another ForkTo successfully submit your changes as a PR to another person's fork, follow these steps:
Troubleshooting Visibility IssuesIf the other person's fork isn't showing up in the comparison:
Collaboration Tips
By following these steps and tips, you should be able to successfully collaborate with another person's fork on GitHub. If you encounter specific error messages or issues, feel free to provide more details for further assistance! |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Question
Body
Is there a rhyme or reason as to which forks show up in a project's Comparison List?
(My GH discussions searches did not yield results that match what I'm encountering or trying to accomplish.)
There's a PR on a project, but there are some tweaks I'd like to submit to the original PR submitter.
Essentially I would like to submit changes to another person that forked the same upstream project so we can co-author a PR rather than submit multiple PRs.
I'm locally developing.
I (locally) added their fork as a remote, fetched their branches, switched to their branch, and made changes+commits. I pushed my new branch to my fork and went to the Pull Requests page to start a new PR against their fork so my PR is against that person's fork and not the main project (which would cause a second upstream PR).
I've ran into this problem before, but managed to try a few times and eventually a person's fork (for a different project) showed up.
Thank you for the assistance!
Beta Was this translation helpful? Give feedback.
All reactions