git bundle

Package objects and references into an archive.
More information.
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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY