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.
The Boot.dev CLI requires you to be signed in to submit your solution!
Copy/paste one of the following commands into your terminal:
Run
bootdev run c45435f3-5649-4cbe-8d8f-0a4361bc7a08
Submit
bootdev run c45435f3-5649-4cbe-8d8f-0a4361bc7a08 -s
Run the CLI commands to test your solution.
Using the Bootdev CLI
The Bootdev CLI is the only way to submit your solution for this type of lesson. We need to be able to run commands in your environment to verify your solution.
You can install it here. It's a Go program hosted on GitHub, so you'll need Go installed as well. Instructions are on the GitHub page.