Forking vs. branching?
Forking creates a copy of an entire repository (often on a
remote server); branching creates a lightweight, isolated line of development within a
single repository.
Forking creates a copy of an entire repository (often on a
remote server); branching creates a lightweight, isolated line of development within a
single repository.