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 to resolve merge conflict in pull request in VSTS?

I've created pull request I got into this: "Approve" button does nothing and complete is disabled. How do I resolve …

git azure-devops pull-request merge-conflict-resolution
How to modify Github pull request?

I've opened a pull request to a project. The maintainer has decided to accept it, but told me to modify …

git github pull-request
Squash all my commits into one for GitHub pull request

I made a pull request on GitHub. Now the owner of the repository is saying to squash all the commits …

git github pull-request squash
GitHub clone from pull request?

I would like to clone a repository from GitHub. The problem is I don't want the main branch; I want …

git github pull-request
On GitHub, what's the difference between reviewer and assignee?

A feature added on Dec, 7, 2016, announced on GitHub blog, introduced the option to add reviewers to a Pull Request You …

github pull-request
Merge pull request to a different branch than default, in Github

A pull request comes into my repo hosted on Github. By default it is merged into the master branch. Is …

git github pull-request
How can I fetch an unmerged pull request for a branch I don't own?

I need to pull in a specific pull request (that hasn't been processed into the main stream yet) in the …

git github git-pull pull-request
Prevent pushing to master on GitHub?

GitHub allows you to configure your repository so that users can't force push to master, but is there a way …

git github branch access-control pull-request
How to apply unmerged upstream pull requests from other forks into my fork?

A project on GitHub that I have a fork of has a new pull requests that I want to pull …

git github pull-request
Find a Pull Request on Github where a commit was originally created

Pull Requests are great for understanding the larger thinking around a change or set of changes made to a repo. …

git github pull-request