

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Rebase
incomplete
2: New Branch
incomplete
3: Run Rebase
incomplete
4: When to Rebase
incomplete
This lesson's interactive features are locked, please to keep using them
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.