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 do a pull request in GitHub with only the latest commit in the master branch of my forked repository

I forked a repository on github. I made some changes and did a pull request. Now I made some other …

git github branch fork pull-request
Are pull requests part of Git, or a feature of tools like GitHub, Gerrit and Atlassian Stash?

Pull requests seem to be the common way to do code review with Git. However, it is not clear whether …

git github gerrit pull-request bitbucket-server