We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Disable RERERE

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.

Assignment

git config set --local rerere.enabled false
rm -rf .git/rr-cache

Run and submit the CLI tests.