How to Revert a PR in GitHub | Scribe

    How to Revert a PR in GitHub

      1
      To get started, navigate to your GitHub repository page.
      2
      On the repository home page, click on the Pull requests tab.
      3
      You'll need to select the closed pull requests to find one to revert.
      4
      Click on the pull request to open the detailed pull request information page.
      5
      Once you get to this page, hit the Revert button.
      6
      Finally, select "Create pull request" to finalize the revert. This will create a new pull request to revert the changes done by the previous merge.