How does Git fork work?
How it works
- A developer ‘forks’ an ‘official’ server-side repository. …
- The new server-side copy is cloned to their local system.
- A Git remote path for the ‘official’ repository is added to the local clone.
- A new local feature branch is created.
- The developer makes changes on the new branch.