Skip to content

Reviewing pull requests

Eleftheria Stein-Kousathana edited this page Oct 2, 2023 · 3 revisions

Checking out the PR locally using Git

Checkout the PR locally:

git fetch [email protected]:stacklok/mediator.git pull/xxxx/head:pull/xxxx

git checkout pull/xxxx

Update a local copy of the PR:

git checkout pull/xxxx

git pull [email protected]:stacklok/mediator.git pull/xxxx/head

Where xxxx is the number of the PR.

Clone this wiki locally