Hacker News new | ask | show | jobs
by yCombLinks 963 days ago
They already have my branch though! I had to push it to them before I could request they pull it!
1 comments

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.

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