git-bundle

bundle Упаковать объекты и ссылки (refs) в архив. Создать файл…

git bundle

Упаковать объекты и ссылки (refs) в архив.

git bundle create {{path/to/file.bundle}} {{branch_name}}

git bundle create {{path/to/file.bundle}} --all

git bundle create {{path/to/file.bundle}} -{{5}} {{HEAD}}

git bundle create {{path/to/file.bundle}} --since={{7.days}} {{HEAD}}

git bundle verify {{path/to/file.bundle}}

git bundle unbundle {{path/to/file.bundle}}

git pull {{path/to/file.bundle}} {{branch_name}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← git-bugreport git-cat-file →