I received a Pull Request for my GitHub repo from a fellow contributor. But I would like to make some changes to it before merging. It is not clear to me how to do that and then still merge under his name to give him credit. I can only merge the whole thing as he submitted. What am I missing?
I would like to do that in the command-line (i.e. terminal) with the appropriate sequence of git commands. Thanks in advance for your help.
Fetch and check out the PR branch, and make and switch to a new branch. Make the desired changes and add and commit. Push. Make a PR asking to merge your new branch into the first PR branch. There are now two PRs that give credit where credit is due, and they can be merged in any order.