

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
Before we can dive into the course, we need to make sure the rerere feature is disabled. We'll learn what rerere does later in the course, but until then, we're not ready to use it.
git config set --local rerere.enabled false
rm -rf .git/rr-cache
Run and submit the CLI tests.