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.

Why is a git 'pull request' not called a 'push request'?

The terminology used to merge a branch with an official repository is a 'pull request'. This is confusing, as it …

git github pull-request
Delete file from Pull Request on GitHub

I have make pull request on git (with "xcodeproj/project.pbxproj" file - my fault), so can I delete this …

git github pull-request
Preferred Github workflow for updating a pull request after code review

I've submitted a change to an Open Source project on Github, and received code review comments from one of the …

git version-control github pull-request
GitHub pull request showing commits that are already in target branch

I'm trying to review a pull request on GitHub to a branch that isn't master. The target branch was behind …

git github merge commit pull-request
How to set up a code review using Gitlab?

How does one set up a code review using Gitlab? I see it listed as a feature on the Gitlab …

git gitlab pull-request
GitHub: Reopening a merged pull request

I made some changes I submitted a pull request The pull request was accepted and merged. We found a bug …

github merge pull-request
Creating pull requests in gitlab

I have gitlab installation running, and I have a repository with library that I want to share with my friends, …

git github pull-request gitlab
Is it possible to create merge requests in pure Git from the command line?

I'm using a behind-firewall install of Gitorious. I can go into the web application and create a pull request from …

git gitorious pull-request
Git PullRequest job failed. Couldn't find any revision to build. Verify the repository and branch configuration for this job

Yesterday my pullrequest jobs failed with the following output: 11:07:41 > git rev-parse origin/${sha1}^{commit} 11:07:41 > git rev-parse ${sha1}^{commit} 11:07:41 …

git jenkins pull-request
Pull-Request for only certain files/commits

I have a repository that is forked from GitHub that has a few modifications made to it. However, in a …

git github git-commit pull-request