Fossil SCM
Replaced repeated parenthetical explanations in the Quick Start doc with links to the glossary entry. No longer referencing the glossary directly; readers will click through one of these two new links and find it, or not.
Commit
ab7a22f5334c76d04e1237ce70dd1f97702539ddb8096fd33af44e74379f87a8
Parent
908612e3342cae5…
1 file changed
+3
-5
+3
-5
| --- www/quickstart.wiki | ||
| +++ www/quickstart.wiki | ||
| @@ -19,15 +19,13 @@ | ||
| 19 | 19 | This is fossil version 2.25 [8f798279d5] 2024-11-06 12:59:09 UTC |
| 20 | 20 | </b></pre> |
| 21 | 21 | |
| 22 | 22 | <h2 id="workflow" name="fslclone">General Work Flow</h2> |
| 23 | 23 | |
| 24 | -Fossil works with repository files (a database in a single file with the project's | |
| 25 | -complete history) and with checked-out local trees (the working directory | |
| 26 | -you use to do your work). | |
| 27 | -(See [./glossary.md | the glossary] for more background.) | |
| 28 | -The workflow looks like this: | |
| 24 | +Fossil works with [./glossary.md#repository | repository files] | |
| 25 | +and [./glossary.md#check-out | check-out directories] using a | |
| 26 | +workflow like this: | |
| 29 | 27 | |
| 30 | 28 | <ul> |
| 31 | 29 | <li>Create or clone a repository file. ([/help/init|fossil init] or |
| 32 | 30 | [/help/clone | fossil clone]) |
| 33 | 31 | <li>Check out a local tree. ([/help/open | fossil open]) |
| 34 | 32 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -19,15 +19,13 @@ | |
| 19 | This is fossil version 2.25 [8f798279d5] 2024-11-06 12:59:09 UTC |
| 20 | </b></pre> |
| 21 | |
| 22 | <h2 id="workflow" name="fslclone">General Work Flow</h2> |
| 23 | |
| 24 | Fossil works with repository files (a database in a single file with the project's |
| 25 | complete history) and with checked-out local trees (the working directory |
| 26 | you use to do your work). |
| 27 | (See [./glossary.md | the glossary] for more background.) |
| 28 | The workflow looks like this: |
| 29 | |
| 30 | <ul> |
| 31 | <li>Create or clone a repository file. ([/help/init|fossil init] or |
| 32 | [/help/clone | fossil clone]) |
| 33 | <li>Check out a local tree. ([/help/open | fossil open]) |
| 34 |
| --- www/quickstart.wiki | |
| +++ www/quickstart.wiki | |
| @@ -19,15 +19,13 @@ | |
| 19 | This is fossil version 2.25 [8f798279d5] 2024-11-06 12:59:09 UTC |
| 20 | </b></pre> |
| 21 | |
| 22 | <h2 id="workflow" name="fslclone">General Work Flow</h2> |
| 23 | |
| 24 | Fossil works with [./glossary.md#repository | repository files] |
| 25 | and [./glossary.md#check-out | check-out directories] using a |
| 26 | workflow like this: |
| 27 | |
| 28 | <ul> |
| 29 | <li>Create or clone a repository file. ([/help/init|fossil init] or |
| 30 | [/help/clone | fossil clone]) |
| 31 | <li>Check out a local tree. ([/help/open | fossil open]) |
| 32 |