Hacker News new | ask | show | jobs
by Ajedi32 962 days ago
No you pushed it to your own GitHub repository. So they need to pull from your repository into theirs.

Though I agree the situation is somewhat muddied by the fact that you can create pull requests for branches in the same repository (even though that's not the normal workflow). GitLab's "merge request" terminology is more accurate for that use case.

1 comments

Ahh, for me it's pull requests into the central work repo, not GitHub. That is different.