Cisim ve referansları bir arşive paketle. Daha fazla bilgi için: https://git-scm.com/docs/git-bundle.
git bundle create {{örnek/dosyas.bundle}} {{dal_ismi}}
git bundle create {{örnek/dosyas.bundle}} --all
git bundle create {{örnek/dosya.bundle}} -5 {{HEAD}}
git bundle create {{örnek/dosya.bundle}} --since=7.days {{HEAD}}
git bundle verify {{örnek/dosya.bundle}}
git bundle unbundle {{örnek/dosya.bundle}}
git pull {{örnek/dosya.bundle}} {{dal_ismi}}