Article version: Enterprise Server 2.14

This version of GitHub Enterprise will be discontinued on This version of GitHub Enterprise was discontinued on 2019-07-12. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.

Creating a pull request from a fork

If you've forked a repository and made changes to the fork, you can ask that the upstream repository accept your changes by creating a pull request.

You can open a pull request to the upstream repository from any branch or commit in your fork. We recommend that you make changes in a topic branch, so that you can push followup commits if you receive feedback on your pull request. You also have the option to give the upstream repository's maintainers the ability to make commits on your topic branch to update your pull request. If your pull request compares your topic branch with a branch in the upstream repository as the base branch, then your topic branch is also called the compare branch of the pull request. For more information about pull request branches, including examples, see "Creating a Pull Request."

  1. Navigate to the original repository you created your fork from.

  2. To the right of the Branch menu, click New pull request.

    Pull Request button

  3. On the Compare page, click compare across forks.

    Compare across forks link

  4. Confirm that the base fork is the repository you'd like to merge changes into. Use the base branch drop-down menu to select the branch of the upstream repository you'd like to merge changes into.

    Drop-down menus for choosing the base fork and branch

  5. Use the head fork drop-down menu to select your fork, then use the compare branch drop-down menu to select the branch you made your changes in.

    Drop-down menus for choosing the head fork and compare branch

  6. Type a title and description for your pull request.

    Pull request title and description fields

  7. If you do not want to allow anyone with push access to the upstream repository to make changes to your PR, unselect Allow edits from maintainers.

    allow-maintainers-to-make-edits-checkbox

  8. Click Create pull request.

    Create pull request button

Tip: After you create a pull request, you can ask a specific person to review your proposed changes. For more information, see "Requesting a pull request review."

Further reading

Ask a human

Can't find what you're looking for?

Contact us