Version Control (Save a Version)

In addition to auto-save, Gokino provides a "Snapshot" feature to mark important milestones in your project.

How to create a version

  1. Click the "Save a version" button (Git Branch icon) at the right of the Tab bar.
  2. Or use shortcut Ctrl + Shift + S.

When to use?

  • Before making major changes (Refactoring code).
  • When code runs stably and you want to save this milestone ("Version 1.0").
  • Before testing a risky new feature.

Note: This feature helps you easily revert to old code states if mistakes happen in future development.


You have verified understanding of the Editor. Combine with Goki Assistant to optimize workflow!