VersionDrift 0.2.0
Git Checkup
Find every out-of-sync Git repo on your machine, without touching your work.
Highlights
- Read-only multi-repository Git Checkup
- Explicit
Working files changed: 0guarantee - Drift-sensitive
--checkand JSON output - Dry-run multi-repo sync
- Apply only for clean, behind-only repositories via
git pull --ff-only - Immediate apply-time revalidation and fail-closed fetch/status handling
Install
pipx install version-drift
# or
uv tool install version-driftVerify
version-drift --version
version-drift ~/code ~/workWhat's Changed
- feat: add safety-first Git checkup by @seojoonkim in #1
- ci: use existing PyPI release token by @seojoonkim in #2
Full Changelog: v0.1.0...v0.2.0