checkout PR secara lokal

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