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.
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.