I forked a project on github and am successfully making changes to my local master and pushing to origin on github. I want to send a pull request, but only want to include t
I ended up in a situation where I had forked a fork and wanted to submit a pull request back to the original project.
I had:
To do this, I:
The git commands were something like:
Then I picked my-feature-request as the branch for my pull request to the original project.