Open cw2k opened 1 year ago
Well the most simple solution to get that updated version is to just use my fork.
However you may merge this pull request into your fork like this: (Maybe just do it for the sake of learning and understanding how to merge PR's into ya fork )
Update: Via Webpage
You can also do this via the github webpage.
I assume, you should have already a fork (
MyFork
) of the common repo (BaseRepo
) which has the pending pull request from a fork (OtherFork
) you are interested in.
- Navigate to the fork (
OtherFork
) which has initiated the pull request which you like to get into your fork (MyFork
)- Go to the pull requests page of
OtherFork
- Click new pull request
- The pending pull request(s) should be offered. Remember to select proper
OtherFork
branch too. Select on the left side as the base fork your fork (MyFork
) (IMPORTANT).- Now the option of
View pull request
should change toCreate pull request
. Click this.Now you should have a pending pull request in your fork (
MyFork
), which you can simply accept.
Well one PR with adding tab url had some merge conflicts and so I left it out. Go to my fork to see this one