212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
|
the "-m" option is used to specify a comment line. You will be
prompted for your GPG passphrase in order to sign the new manifest
unless the "--nosign" options is used. All files that have
changed will be committed unless some subset of files is specified
on the command line.
<hr><a href="#tof">ˆ</a>
<a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
Delete all "extra" files in the source tree. "Extra" files are
files that are not officially part of the checkout. See also
the "extra" command. This operation cannot be undone.
You will be prompted before removing each file. If you are
sure you wish to remove all "extra" files you can specify the
optional -all flag.
<hr><a href="#tof">ˆ</a>
<a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME
Make a clone of a repository specified by URL in the local
file named FILENAME.
<hr><a href="#tof">ˆ</a>
|
|
|
>
>
>
>
|
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
|
the "-m" option is used to specify a comment line. You will be
prompted for your GPG passphrase in order to sign the new manifest
unless the "--nosign" options is used. All files that have
changed will be committed unless some subset of files is specified
on the command line.
<hr><a href="#tof">ˆ</a>
<a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?--force? ?--dotfiles?
Delete all "extra" files in the source tree. "Extra" files are
files that are not officially part of the checkout. See also
the "extra" command. This operation cannot be undone.
You will be prompted before removing each file. If you are
sure you wish to remove all "extra" files you can specify the
optional --force flag and no prmpts will be issued.
Files and subdirectories whose names begin with "." are
normally ignored. They are included if the "--dotfiles" option
is used.
<hr><a href="#tof">ˆ</a>
<a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME
Make a clone of a repository specified by URL in the local
file named FILENAME.
<hr><a href="#tof">ˆ</a>
|