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 relaunch Github check without pushing new commits?

I'm currently using Github with a basic Jenkins integration (with the Github plugin): each time I push something, my Jenkins …

jenkins github triggers pull-request
How to handle your first Pull Request on GitHub?

I'm relatively new to Git. My knowledge thus far includes git add push commit. That's about it, and until now …

git github pull-request
GitHub search - how to exclude (logical NOT) company or user from search results

In this search query (test it live ↗) I'm searching for: all pull requests by user limonte (me) for the vaadin …

search github logical-operators pull-request
Pull request from a different repository

I didn't know how forks and clones work. So in order to copy someone else's repo and work on it, …

git repository fork pull-request pull
Re-open deleted Git branch

I'm using git flow for my project and I had to make a hotfix branch. When it was completed, I …

git version-control merge git-flow pull-request
Run CI build on pull request merge in TeamCity

I have a CI build that is setup in TeamCity that will trigger when a pull request is made in …

merge continuous-integration teamcity bitbucket pull-request
What is difference between Reviewers and Assignees on GitHub?

When I create pull request, I can see two options as Reviewers and Assignees. What is difference between those? I …

github pull-request
Is there any way to Create Pull request to bitbucket git repository using intelliJ IDEA

I have a git repository in bitbucket, is there any way to create a pull request using IntelliJ IDEA instead …

git intellij-idea bitbucket pull-request bitbucket-server
Questionnaire/Checklist for Bitbucket Pullrequest reviewers

I am trying to see if I can enforce a questionnaire in Bitbucket before reviewers approve a Pull-request. Sample questions …

git bitbucket pull-request bitbucket-server
How to do code review for google cloud git repo

We are hosting git repo on the google cloud platform. I know for github.com, we can use pull requests …

git google-cloud-platform pull-request google-cloud-source-repos