sign in
|
add example
|
see also:
gitattributes
,
git
git-archive
Create an archive of files from a named tree
[
man 1
]
examples
configs
questions
links
[
new example
]
copy
1
0
create a git archive in tar format
git archive --format=tar --prefix=git-1.4.0/ v1.4.0 | gzip >git-1.4.0.tar.gz
Create a compressed tarball for v1.4.0 release.
git-archive
git
5 years, 11 months ago
george
4 |
[
new config
]
[
ask question
]