#016 What is a fork?

A fork is a copy of the project that keeps a link to its original project. It’s usually used to propose code changes

Command Description
fork It’s nothing more than a copy of a repository
original repository This copy maintains a link to the original repository
why it is useful? Usually used to propose code changes