Version Management (History)

In addition to the auto-save feature that ensures no data is lost, Gokino also provides a Version History feature to save important milestones in your project.

Viewing and Restoring History

  1. Open the History tab. This will list all the saved version timestamps.
  2. Preview Diff: Click on a timestamp to view the source code changes. The system will display a line-by-line comparison between the old version and the current state.
  3. Restore: Press the "Restore" button to safely restore the source code to the state of that timestamp.

When to Use

  • Before making major changes (e.g., refactoring the source code).
  • When the code is stable and you want to save this milestone ("Version 1.0").
  • Before experimenting with a new, risky feature.

Note: This feature allows you to easily revert to previous code states if errors occur during subsequent development.


You have now mastered the basics of the Editor. Combine this knowledge with the Goki Assistant to optimize your workflow