There is something that I do not understand.
1 - I am working on this repository tallyfor/re-frame-firebase
(link). As you see, it is a fork of deg/re-frame-firebase
(link).
2 - Now, after doing a git clone of git clone [email protected]:tallyfor/re-frame-firebase.git
. I have:
~/projects/re-frame-firebase
➜ git remote -v
origin [email protected]:tallyfor/re-frame-firebase.git (fetch)
origin [email protected]:tallyfor/re-frame-firebase.git (push)
Things seemed to be correct!
3 - So, I decided to create a branch called: 2-test
with one change:
After pushing to origin
via magit, I have:
4 - On GitHub, again, things seemed to be correct, since the Pull Request possibility appears on the forked repository:
But, unfortunately, after clicking the button Compare & Pull Request
on the forked repository, GitHub goes to the upstream repository:
I would like to push this code the forked repository, not the upstream one.
Why is that so? How can I fix this to have the desired behavior?
As answered by chepner, the answer was selecting my organization forked repository as the
base
.