Fork a repo

A full copy of another repo on GitHub under your GitHub account.

Why create branches in a fork?

Steps from fork to pr:

  1. Create fork
  2. Clone the forked repo
  3. git remote add upstream
  4. Create branch in fork repo