Top "Pull-request" questions

Pull requests are made when a developer forks a project, makes changes, and then wants those changes to be included in the main project again.

How do I update a GitHub forked repository?

I recently forked a project and applied several fixes. I then created a pull request which was then accepted. A …

git github pull-request git-fork
Can you issue pull requests from the command line on GitHub?

It seems like you have to interact with github.com to initiate a pull request. Is this so?

git github pull-request github-cli
Undo a merge by pull request?

Someone accepted a pull request which they shouldn't have. Now we have a bunch of broken code merged in. How …

git github merge pull-request
How to cancel a pull request on github?

How can a pull request on github be cancelled?

git github pull-request
How can I check out a GitHub pull request with git?

I'd like to check out a previously created pull request (created via GitHub web interface). I searched and found different …

git github pull-request git-checkout
How to do a GitHub pull request

How do I create and/or send a pull request to another repository hosted on GitHub?

git github pull-request git-fork
How to remove commits from a pull request

I did a pull request but after that I made some commits to the project locally which ended polluting my …

git github pull-request
Delete a closed pull request from GitHub

I accidentally made a wrong pull request and ended up closing the request myself. It's in a closed state right …

github pull-request
How do you attach a new pull request to an existing issue on github?

I'm not sure, but I have a vague memory of creating a github pull request with "Issue 4" or something in …

git github issue-tracking pull pull-request
Send a pull request on GitHub for only latest commit

I forked a project on github and am successfully making changes to my local master and pushing to origin on …

git github pull-request