- Notifications
You must be signed in to change notification settings - Fork 0
Add content for Git bundling #168
Copy link
Copy link
Open
Labels
P3Infrastructure — domain and portabilityInfrastructure — domain and portabilityP4Growth — features, distribution, marketingGrowth — features, distribution, marketingtaskSingle unit of workSingle unit of work
Description
Metadata
Metadata
Assignees
Labels
P3Infrastructure — domain and portabilityInfrastructure — domain and portabilityP4Growth — features, distribution, marketingGrowth — features, distribution, marketingtaskSingle unit of workSingle unit of work
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)