cg-cancel(1)
============

NAME
----
cg-cancel - cancels current edits in the working tree

SYNOPSIS
--------
cg-cancel

DESCRIPTION
-----------
Reverts the working tree to a consistent state before any changes to it
(including merges etc.) were done.

Basically, this is the opposite of link:cg-commit.html[cg-commit(1)] in some sense.

This command is complementary to link:cg-restore.html[cg-restore(1)], which only brings
individual files in sync with their state at the time of the
last commit.

OPTIONS
-------


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



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

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