💾 Archived View for freeshell.de › tldr › git-archive.gmi captured on 2024-05-10 at 12:05:20. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Create an archive of files from a named tree.
git archive --verbose HEAD
git archive --verbose --format=zip HEAD
git archive --verbose --output={path/to/file.zip} HEAD
git archive --output={path/to/file.tar} {branch_name}
git archive --output={path/to/file.tar} HEAD:{path/to/directory}
git archive --output={path/to/file.tar} --prefix={path/to/prepend}/ HEAD
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).