Reputation: 53
I am still new to github and now I am confused. I forked a repo a while ago. Then locally on my computer pulled the changes from the original repo and merged them into mine. Then I did my change and committed it. Then I pushed everything to my forked repo.
Now I want to send a pull request. But I just want to send my one commit and not everything else (which is already in the original repo). But I can't find a way to do so.
Thanks for your help.
Upvotes: 1
Views: 109
Reputation: 1082
Go to to your forked repo, and then click on Compare and Review
Click to create a pull request for this comparison
Send pull request
https://help.github.com/articles/creating-a-pull-request
Upvotes: 3