cg-clean(1) - Linux man page
Name
cg-clean - clean unknown files from the working tree
Synopsis
cg-clean [-d] [-D] [-n] [-q] [-x]
Description
Cleans file and directories that are not under version control. When run without arguments, files ignored by cg-status and directories are not removed.
Options
-d
- Also clean directories and their contents.
- -D
- Same as -d but try harder (change permissions first).
- -n
- Do not actually remove the files, just pretend to do so.
- -q
- Quiet - don't report what's being cleaned.
- -x
- Also clean files ignored by cg-status, such as object files.
- -h, --help
- Print usage summary.
- --long-help
- Print user manual. The same as found in gitlink:cg-clean[1].
Copyright
Copyright © Pavel Roskin, 2005
See Also
cg-clean is part of gitlink:cogito[7], a toolkit for managing gitlink:git[7] trees.