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 can I filter all GitHub pull requests for a specific target branch

I'm working on a GitHub repo with lots of branches and pull requests. Let's say, for example, that I have …

git github pull-request
What's the difference between a Pull Request and a branch?

In the context of GitHub and Atlassian Stash, there is a common feature to do a Pull Request. What's the …

git github git-branch pull-request bitbucket-server
How to submit a pull request from a cloned repo?

How to submit a pull request from an existing locally-cloned repo? Often, I want to look at some libraries source …

github pull-request
Merging pull requests together

Someone has submitted a set of pull requests to my repository on github. Unfortunately they've done this in several pull …

git github pull-request
git request-pull: how to create a (github) pull request on the command line?

I've cloned a project, and pushed a branch with just a renamed readme file to README. I am trying to …

git github command-line-interface pull-request
How do I change from a PR to a draft PR at github?

Github release the draft PR a while ago. I have a normal PR and I wanted to change that to …

github pull-request
Squash to only one "proper" commit for github pull request

I have a repo on github which someone else (Bob, for the sake of argument) has issued a pull request …

git github pull-request
Apply Bitbucket pull request as a patch

I've got a repo on Bitbucket that only I have write access to. Someone forked that repo, made changes and …

git bitbucket pull-request git-patch
How to resume review process after updating pull request at GitHub?

I forked GitHub repository and created pull request. Reviewer requested changes from me: Changes requested 1 review requesting changes by reviewers …

git github pull-request
Automatically closing issue from pull request in GitHub

How do I close an issue using a pull request on GitHub? I know about closing multiple issues with a …

github workflow pull-request