1CG-CLEAN(1) CG-CLEAN(1)
2
3
4
6 cg-clean - remove untracked files from the working tree
7
9 cg-clean [-d] [-D] [-n] [-q] [-x]
10
11
13 Cleans file and directories that are not under version control. When
14 run without arguments, files ignored by cg-status(1) and directories
15 are not removed.
16
17
19 -d Also clean directories and their contents.
20
21 -D Same as -d but try harder (change permissions first).
22
23 -n Do not actually remove the files, just pretend to do so.
24
25 -q Quiet - don't report what's being cleaned.
26
27 -x Also clean files ignored by cg-status(1), such as object files.
28
29 -h, --help
30 Print usage summary.
31
32 --long-help
33 Print user manual. The same as found in cg-clean(1).
34
36 Copyright © Pavel Roskin, 2005
37
38
40 cg-clean is part of cogito(7), a toolkit for managing git(7) trees.
41
42
43
44
45 12/11/2006 CG-CLEAN(1)