Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 270 Bytes

File metadata and controls

14 lines (9 loc) · 270 Bytes

Check out PR as branch

Back{: .button}

git fetch origin pull/ID/head:BRANCHNAME

where

  • ID refers to the PR number
  • BRANCHNAME refers to the name of the branch you want to create

then checkout the branch with git checkout BRANCHNAME