cg-export(1)
============

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

SYNOPSIS
--------
cg-export DESTFILE [TREE_ID]

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 help.



COPYRIGHT
---------
Copyright (C) Johannes E. Schindelin, 2005

SEE ALSO
--------
cg-export command is part of link:cogito.html[cogito(7)],
a toolkit for managing link:git.html[git(7)] trees.
