I'm using Github and trying to create a pull request on someone else's project that I have forked. I edited the Readme.md
in my fork, but I don't want them to get that commit.
How do I do that? It seems painfully simple but I cannot figure it out. Right now I've simply copypasted the original Readme.md
back into my project and made the pull request, but that seems counterintuitive.
What's the best way to go about this?