cg-export(1) - Linux man page

Name

cg-export - export a particular revision from a git repository

Synopsis

cg-export [-r TREE_ID] DESTFILE

Description

Takes a destination and optionally a tree ID as a parameter, defaulting to HEAD.

The destination can be either a .tar, .tar.gz, .tar.bz2 or .tgz for generating a tarball. Other destination specifiers are assumed to be directory names, and the tree is exported to the given directory.

Options

-h, --help

Print usage summary.
--long-help
Print user manual. The same as found in gitlink:cg-export[1].

Copyright

Copyright © Johannes E. Schindelin, 2005

See Also

cg-export is part of gitlink:cogito[7], a toolkit for managing gitlink:git[7] trees.