Skip to main content

Deterministic local multi-repo checkpointing for repo families.

Project description

Gites

Gites is a local-first command line tool for deterministic multi-repo checkpointing.

It is designed for a root directory that contains many Git repositories. Gites previews repo state, refuses unsafe repositories, commits with an explicit deterministic message, pushes safely, and records each run in a local ignored ledger.

Install

pip install gites

For local development:

pip install -e .

Core Workflow

Preview repositories under a root directory:

gites plan --root ~/All_github_repo --branch main

Dry-run a checkpoint:

gites sync --root ~/All_github_repo --branch main --dry-run

Apply a checkpoint with an explicit commit message:

gites sync --root ~/All_github_repo \
  --branch main \
  --apply \
  --message "chore: checkpoint repo family 2026-05-10"

Read local run ledgers:

gites ledger list --root ~/All_github_repo
gites ledger show RUN_ID --root ~/All_github_repo

Ledgers are written under .gites/ledgers/ inside the selected root. That directory is intentionally ignored by Git.

Safety Rules

gites sync --apply refuses a repository when it detects:

  • detached HEAD
  • merge, rebase, cherry-pick, or revert in progress
  • unresolved conflicts
  • wrong branch
  • missing origin
  • missing upstream branch
  • branch behind upstream
  • branch diverged from upstream
  • protected path changes such as .env, secrets/, private/, or internal/
  • changed files larger than the configured size limit
  • missing commit message in apply mode

Gites never force-pushes by default.

Manifest Files

Real manifests should stay local and ignored, for example my_gites.json or gites.local.json.

Create a local template:

gites config init my_gites.json

Validate a manifest:

gites config validate my_gites.json

Use a family from a manifest:

gites sync --manifest my_gites.json \
  --family default \
  --dry-run

A sanitized public example is available at examples/example.gites.json.

Development

Run tests:

python -m unittest discover -v

Privacy

Do not commit real manifests, ledgers, credentials, ChatGPT exports, private notes, or local editor state. The repository .gitignore blocks the intended local-only paths.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gites-0.5.0.tar.gz (12.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gites-0.5.0-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file gites-0.5.0.tar.gz.

File metadata

  • Download URL: gites-0.5.0.tar.gz
  • Upload date:
  • Size: 12.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for gites-0.5.0.tar.gz
Algorithm Hash digest
SHA256 b499908279011388d7c1c6e2d2c5952dda44e8773aacf85ff360fecb26052e95
MD5 cd49fa38e7184aad478756b2354de02a
BLAKE2b-256 63017a8e4569d5c0291b3c847d37eb0c365592adbfc829825e4f0053649c3d94

See more details on using hashes here.

File details

Details for the file gites-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: gites-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 13.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for gites-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d96ebfda53ede09eb436e8a4447c3d869e9fa86d2a1685baf6e78f23971e190a
MD5 14eb3f7ad3d0af0c66eba1d1d5a85afe
BLAKE2b-256 31109d87b1993c6ceb3b3f4778fa3ba23a926bdbe7c119fe94440e319af104ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page