cg-rm(1)
========

NAME
----
cg-rm - remove files from the repository

SYNOPSIS
--------
cg-rm [-f] [-n] [-r] [-a] FILE...

DESCRIPTION
-----------
Takes a list of file names at the command line, and schedules them
for removal from the GIT repository at the next commit.

OPTIONS
-------

--
-f::
	Also delete the files from the tree physically.

-n::
	Do not delete the files from the tree physically, if they are
	still there. So it effectively just makes Cogito to stop caring
	about the file. This is the default.

-r::
	If you pass cg-rm this flag and any directory names, it will try
	to remove files in those directories recursively.

-a::
	Record removal of all files which have been deleted from
	the working copy.


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

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



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

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