Reputation: 23
I'm trying to create a PR within the repo that I forked (not to the original repo). But whenever I push my code and create a PR, it gets created in the original repo.
Steps I took:
What am I doing wrong? How do I make the PR show up in my repo?
Upvotes: 2
Views: 782
Reputation: 45759
When you create a PR, you are prompted for a base repository and branch, and a HEAD repository and branch. It sounds like you've set the base repo to the upstream, when you want it to be your repo instead.
Upvotes: 3