cg-admin-uncommit(1)
====================

NAME
----
cg-admin-uncommit - undo a commit or a series of commits

SYNOPSIS
--------
cg-admin-uncommit [-t] [COMMIT_ID]

DESCRIPTION
-----------
Takes a commit ID which is the earliest commit to be removed from
the repository. If no parameter is passed, it uncommits the latest
commit ('HEAD').

OPTIONS
-------
-t::
	This optional parameter makes link:cg-admin-uncommit.html[cg-admin-uncommit(1)] to roll back
	the tree as well to the previous commit. Without this option
	(by default) Cogito keeps the tree in its current state,
	therefore generating tree with local changes against the target
	commit, consisting of the changes in the rolled back commits.

-h, --help::
	Print usage help.



COPYRIGHT
---------
Copyright (C) Matt Porter, 2005
Copyright (C) Petr Baudis, 2005

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