Colloca oggetti e riferimenti in un archivio. Maggiori informazioni: https://git-scm.com/docs/git-bundle.
git bundle create {{percorso/del/file.bundle}} {{nome_ramo}}
git bundle create {{percorso/del/file.bundle}} --all
git bundle create {{percorso/del/file.bundle}} -5 {{HEAD}}
git bundle create {{percorso/del/file.bundle}} --since=7.days {{HEAD}}
git bundle verify {{percorso/del/file.bundle}}
git bundle unbundle {{percorso/del/file.bundle}}
git pull {{percorso/del/file.bundle}} {{nome_ramo}}