Here's the scenario:
I have a public repo A. Bob forks A, adds a few commits to Bob/master
and submits a pull request to merge those changes in A/master
. I'd like to make a few changes to the proposed pull request before merging it back to A/master
.
How can I do that if I can't push to Bob/master
?