← All Workshops
MudEngine Part 7: Save & Load
Step 2 / 10
Track your progress with jj
You're continuing from Part 6. Before each coding step, create a checkpoint:
jj new— create a new empty changejj describe -m "Part 7 - what you are about to do"— label it
Run jj log after each step to watch your checkpoint history grow.
💡 Workflow reminder
The workflow is the same as previous parts:
- Read the step
jj new && jj describe -m "Part 7 - <step description>"- Do the coding work
- Repeat
You can always jj restore to undo a change and go back to a clean checkpoint.
Step 2 / 10