Découvrez un PR localement

git fetch origin pull/$PullRequestId/head:$NewBranchName
git checkout $NewBranchName
Flutter Guy