git-snapshot provides a simple interface for managing working directory snapshots. Below is a summary of all available commands.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mubshrx/git-snapshot/llms.txt
Use this file to discover all available pages before exploring further.
Commands
create
Create a new snapshot of your current working directory state.list
List all snapshots for the current repository.--all to see snapshots from all repositories.
Learn more about list →
show
Display detailed information about a specific snapshot.restore
Restore a snapshot to your working directory.--staged-only, --unstaged-only, or --untracked-only flags.
Learn more about restore →
delete
Delete one or more snapshots.prune
Delete all snapshots for the current repository.rename
Rename an existing snapshot.help
Display help information with all available commands.Quick reference
| Command | Description |
|---|---|
create [name] | Create a snapshot |
list [--all] | List snapshots |
show <name> | Show snapshot details |
restore <name> | Restore a snapshot |
delete <name>... | Delete snapshot(s) |
prune | Delete all snapshots for current repo |
rename <name> <new> | Rename a snapshot |
help | Display help information |