Skip to content

Review Workflow

Kohhee Peace edited this page Mar 30, 2021 · 1 revision

Review PR

Ref: https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally

Check PR Locally

git fetch origin pull/ID/head:pr-1234
git checkout pr-1234

Clone this wiki locally