- Notifications
You must be signed in to change notification settings - Fork39
Closed
Description
There is potential that users may go "off the rails" in a tutorial.
In this case, they should still be able to jump into a stable version of the current step. As the tutorials run on git, it's possible to load the stable state by running something like agit reset --hard HEAD
that targets a specific commit.
Some issues to consider:
- this would destroy the users commits, which may have already synced remotely, leading to merge conflicts when pushing