We have this original repo called origin
that all of us fork from and make changes.
I have a fork of this original repo called fork1
my friend has a fork of this original repo called fork2
.
Today, he made changes on fork2
on branch feature
and wanted to open a pull request to merge the branch feature
to origin
To approve his pull request, I wanted to test out feature
on my fork1
. How should I do it?
the pull request is made to origin which I don't have access to
But you might have access to fork2, which means you could: