TheDocumentation 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.
show command displays detailed metadata and file listings for a specific snapshot.
Syntax
Parameters
name: The snapshot name, hash, or partial identifier to display
Output format
The command displays:- Snapshot metadata (name, hash, repo, branch, commit, creation time)
- List of staged files
- List of unstaged files
- List of untracked files
Examples
Show by name
Show by hash
Show snapshot with no changes in a category
Matching behavior
Theshow command can match snapshots by:
- Exact name:
my-featurematchesmy-feature.a1b2c3d4.snapshot - Hash:
a1b2c3d4matchesmy-feature.a1b2c3d4.snapshot - Full filename:
my-feature.a1b2c3d4matchesmy-feature.a1b2c3d4.snapshot
Unlike other commands,
show searches across all repositories, not just the current one. This allows you to inspect snapshots from any repo.