Skip to main content
  1. Learn
  2. Software Development
  3. Guides
  4. Git tutorial
  5. How to use Git
  6. How to use pull requests in Git
  7. Create a pull request
GuidesSoftware DevelopmentBacklog
Git

Project and code management together.

Create a pull request

Creating a pull request in Git is an essential step in streamlining collaboration and initiating code review for your projects. A pull request allows you to propose changes to a project's codebase, enabling team members to review, discuss, and provide feedback before merging the changes into the main branch.

In this part of our tutorial, we will explore the process of creating a pull request in Git.

On the Git page of your project in Backlog, select the target repository.

The Git page of your project in Backlog

Then go to the Branches tab and find the “add-sort-func” branch we just created.

Go to the Branches tab and click “Add” in the pull request column

Click “Add” in the pull request column, and you will see the following screen:

The pull request screen

Ensure that the following fields are filled and correct:

  1. Target branch: Target branch to merge a pull request (i.e., main)
  2. Pull request branch: Branch to be merged (i.e., add-sort-func)
  3. Assignee: Person in charge of reviewing and merging the pull request

Then click the “Add pull request” button. Notifications will be sent to the assignee and any users you added to the “Notify pull request to” field.

The following screen will be displayed next for you to check the request:

The screen after the pull is request created

Subscribe to our newsletter

Learn with Nulab to bring your best ideas to life