Check out PR as branch
Check out PR as branch
git fetch origin pull/ID/head:BRANCHNAME
where
IDrefers to the PR numberBRANCHNAMErefers to the name of the branch you want to create
then checkout the branch with git checkout BRANCHNAME
git fetch origin pull/ID/head:BRANCHNAME
where
ID refers to the PR numberBRANCHNAME refers to the name of the branch you want to createthen checkout the branch with git checkout BRANCHNAME