Your pull request is approved by someone with write permissions, and they respond "can you rebase this on master? I'll merge it after."
What would be the steps using git, if that simplifies things. Or any step involving Visual Studio and even GitHub Desktop.
- git rebase master
- git commit -m "rebased to master"
- git push
Is that what he meant? And why would my fork need to be rebased? I can't possibly rebase his repo.