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 remove a file from Git Pull Request

I have a pull request opened where I have some project.lock.json files which I do not want to …

git pull-request sourcetree
Manually closing bitbucket's pull request

My question I do things like that: git clone git checkout -b new_feature < work and commit > git …

git bitbucket pull-request
git request-pull from local branch to remote master

I really love the github pull-request method for collaboration on distributed software development. It allows discussion and code review. My …

git pull-request
Renaming a branch while on pull request

On Github, you can make pull requests to add functionality to a project. One's contributions have to be on a …

git github pull-request
List all files changed in a pull request in Git/GitHub

Is there a way (from the command line) to list the names of all files changed in a PR in …

git github pull-request
Push fails in GitKraken with errormessage "Push Failed cannot read property 'fullName' of undefined"

I was trying to push and create a pull-request from my local feature-branch, as usual, being in my feature-branch and …

git github pull-request gitkraken
Adding a Reviewer to a GitHub Pull Request

In bitbucket, I can add reviewers to a pull request, indicating that I'd like them to review the request. How …

github workflow pull-request
How to update a pull request on bitbucket?

How do you update one of your own pull requests on bitbucket in your IDE on your local computer? This …

git bitbucket pull-request
How to change the base branch of a pull request?

I created a pull request on project on GitHub to a specific remote branch. After some time, the remote branch …

github pull-request
How to apply a git patch when given a pull number

I downloaded a trunk version of a codebase from git, and there are build errors. Aparently a patch is now …

git github pull-request