This version of GitHub Enterprise was discontinued on 2021-03-02. 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.

Reverting a pull request

You can revert a pull request after it's been merged to the upstream branch.

In this article

About reverting a pull request

Reverting a pull request on GitHub Enterprise Server creates a new pull request that contains one revert of the merge commit from the original merged pull request.

Reverting a pull request

Note: You may need to revert the individual commits in your pull request if either of the following is true.

  • Reverting the pull request causes merge conflicts
  • The original pull request was not originally merged on GitHub Enterprise Server. For example, someone could have merged the pull request using a fast-forward merge on the command line.

For more information about using Git to manually revert individual commits, see Git revert in the Git documentation.

  1. Under your repository name, click Pull requests.
    Issues and pull requests tab selection
  2. In the "Pull Requests" list, click the pull request you'd like to revert.
  3. Near the bottom of the pull request, click Revert.
    Revert pull request link
  4. Merge the resulting pull request. For more information, see "Merging a pull request."