205
206
207
208
209
210
211
212
213
214
215
216
217
218
|
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
|
+
|
<p>In the next section, when we say things like "use the <b>help</b>
command" we mean to use the command name "help" as the first
token after the name of the fossil executable, as shown above.</p>
<h2>4.0 Workflow</h2>
<img src="concept2.gif" align="right" hspace="10">
<ol>
<li><p>
Establish a local repository using either the <b>new</b> command
to start a new project, or the <b>clone</b> command to make a clone
of a repository for an existing project.
</p></li>
|