💾 Archived View for freeshell.de › tldr › git-bundle.gmi captured on 2024-05-26 at 15:25:55. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Package objects and references into an archive.
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).