Take a look at these informational slides to learn about Bazel.
- Click on
Code->Create codespace on mainto launch a new codespace. - Wait for the codespace to finish setting up. This should be quick in regions with prebuilt codespaces.
- Once you get a shell prompt in your codespace, run
./next_exercise.shto move toexercise-000-intro.
./next_exercise.sh./next_exercise.sh is destructive:
- it removes any untracked files you created (via
git clean) - it reverts any changes to tracked files (via
git reset --hard) - ...before checking out the branch for the next exercise.
If you would like to save any work, clone locally and commit before running any scripts.