

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Welcome to Learn Git 2
incomplete
2: Creating a Fork
incomplete
3: What Is a Fork?
incomplete
4: Clone Megacorp
incomplete
5: Disable RERERE
incomplete
6: PRs from a Fork
incomplete
This lesson's interactive features are locked, please to keep using them
We created a fork of the official MegaCorp™ repo inside your GitHub account. It's a copy of the original that you can modify without affecting the original.
You may have noticed that there is no manual entry for git fork
Why?
Forking is not a Git operation, but it is a feature offered by many Git hosting services such as GitHub, GitLab, and Bitbucket.
Those services "fork" a repo by creating a new copy of the repo and associating it as a "fork" of the original. It's quite literally just a copy that is linked to the original via some metadata.