cg-rm - remove files from a git repository
cg-rm [-f] [-n] [-r] FILE…
Takes a list of file names at the command line, and schedules them for removal from the GIT repository at the next commit.
Also delete the files from the tree physically.
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.
If you pass cg-rm this flag and any directory names, it will try to remove files in those directories recursively.
Print usage summary.
Print user manual. The same as found in cg-rm(1).
Copyright © Petr Baudis, 2005