Skip to content

VersionDrift 0.2.0

Choose a tag to compare

@seojoonkim seojoonkim released this 20 Aug 16:31
2ab87fa

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: 0 guarantee
  • Drift-sensitive --check and 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-drift

Verify

version-drift --version
version-drift ~/code ~/work

What's Changed

Full Changelog: v0.1.0...v0.2.0