git-bundle (1) Linux Manual Page
git-bundle – Move objects and refs by archive Synopsisgit bundle create [-q | –quiet | –progress | –all-progress] [–all-progress-implied] [–version=<version>] <file> <git-rev-list-args> git bundle verify [-q | –quiet] <file> git bundle list-heads <file> [<refname>…] git bundle unbundle [–progress] <file> [<refname>…]DescriptionCreate, unpack, and manipulate "bundle" files. Bundles are used for the "offline" transfer of Git objects…
