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.
The terminology used to merge a branch with an official repository is a 'pull request'. This is confusing, as it …
git github pull-requestI have make pull request on git (with "xcodeproj/project.pbxproj" file - my fault), so can I delete this …
git github pull-requestI'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-requestI'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-requestHow does one set up a code review using Gitlab? I see it listed as a feature on the Gitlab …
git gitlab pull-requestI made some changes I submitted a pull request The pull request was accepted and merged. We found a bug …
github merge pull-requestI have gitlab installation running, and I have a repository with library that I want to share with my friends, …
git github pull-request gitlabI'm using a behind-firewall install of Gitorious. I can go into the web application and create a pull request from …
git gitorious pull-requestYesterday 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-requestI 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