Glossary GitHub / Term
When you revert a pull request on GitHub, a new pull request is automatically opened, which has one commit that reverts the merge commit from the original merged pull request. In Git, you can revert commits with git revert
.
Permanent link revert - Creation date 2023-08-02