Sarah
Sarah

Reputation: 53

Github pull request

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

Answers (1)

Diogo Moreira
Diogo Moreira

Reputation: 1082

Go to to your forked repo, and then click on Compare and Review

  • Select the target branch to merge
  • Click to create a pull request for this comparison
  • Enter a title and description for your pull request
  • Click Send pull request

https://help.github.com/articles/creating-a-pull-request

Upvotes: 3

Related Questions