Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

How to revert a PR

jasehumphr edited this page Oct 29, 2020 · 2 revisions

Click revert in github to create a new PR

Check out the branch locally in VS-Code

Run

git commit --amend --signoff

:x to exit vim

git push -f

Commit should now be signed when you refresh the PR

(will update with some diagrams)

Clone this wiki locally