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

NAME
----
cg-rm - remove files from a git repository

SYNOPSIS
--------
cg-rm [-n] 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
-------
-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.

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



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

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