Skip to main content

Module snapshot

Module snapshot 

Source
Expand description

Git-based snapshot system for reliable file change tracking and revert.

Uses a shadow git repository to create atomic snapshots of modified files before and after tool execution. Enables reliable revert of any change set.

Structsยง

SnapshotManager
Manages file snapshots using a shadow git repository.