Checkpoints

Checkpoints are rollback snapshots of changed workspace files.

Commands

  • /checkpoint
  • /checkpoint save
  • /checkpoint list
  • /checkpoint restore
  • /gate rollback

Requirements

  • you must be inside a git repository
  • there must be changed files to snapshot

What A Restore Does

Restoring a checkpoint writes the saved file contents back into the workspace.

That makes checkpoints stronger than a vague “undo” label suggests: they are real saved file snapshots.

Was this page helpful? Report issues on GitHub.