git archive

Create an archive of files from a named tree.
More information.
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).
CC-BY