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.