As a reader working in constrained environments, I want to understand Git bundles so that I can transfer repository data without network access.
What
Add content covering git bundle — creating, verifying, and applying bundles for offline repository transfer.
Why
Git bundling is useful in air-gapped environments, sneakernet transfers, and as a lightweight backup mechanism. It's a niche but practical feature that complements the remote operations chapter.
Acceptance criteria
As a reader working in constrained environments, I want to understand Git bundles so that I can transfer repository data without network access.
What
Add content covering
git bundle— creating, verifying, and applying bundles for offline repository transfer.Why
Git bundling is useful in air-gapped environments, sneakernet transfers, and as a lightweight backup mechanism. It's a niche but practical feature that complements the remote operations chapter.
Acceptance criteria
git bundle create)git archive(bundles include history, archives don't)