This question is specific to GitHub website.
I know that a pull request merges changes from a feature branch to the main/master branch, but how can I do the reverse and merge any updates from main/master into the feature branch. And also, how can I merge between two branches, neither of which is the main/master branch?