Shin Code log

Logs of solution for code
April 22, 2021

Checking out pull requests locally

Checking out pull requests locally
  1. Open Git Bash or terminal
  2. Fetch pull request:

    git fetch origin pull/ID/head:BRANCHNAME

  3. Checkout to new branch

    git checkout BRANCHNAME