Sometimes I make manual changes to files, but a version snapshot isn’t created until I run the next instruction via the AI wizard. Is there a way to manually trigger a version snapshot so my manual changes are captured before issuing any new instructions to the AI wizard?
If you’re making manual changes to the code and want to create a “snapshot” before your next prompt you can commit your changes to Git. Git enables you to restore your project to an older snapshot as well as see differences between your current changes and last commit.
In Code mode (not Prototyper), you are in control of making commits.
In Prototyper mode, Git commits are submitted automatically.
Git has a lot of useful features. If you’re unfamiliar with using Git, I recommend a Google search and familiarize yourself with the basics before making your first commit.
1 Like

