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

New Branch

We need a new feature branch, but to be able to practice a rebase, we want it to not include some of the recent commits on main.

Assignment

git switch -c update_dune COMMITHASH

Replace COMMITHASH with the hash of the D commit, which you can get with a git log command.

Run and submit the CLI tests from the update_dune branch.