Fossil SCM
Clarity tweaks to the "Closing a Check-Out" section in the gitusers doc.
Commit
6a4f2d23ce075a162d967d9774a005d26fdae44c45b3847e47888b3653aceaad
Parent
5f5452f110719ca…
1 file changed
+3
-3
+3
-3
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -139,13 +139,13 @@ | ||
| 139 | 139 | |
| 140 | 140 | |
| 141 | 141 | #### <a id="close" name="dotfile"></a> Closing a Check-Out |
| 142 | 142 | |
| 143 | 143 | The [`fossil close`][close] command dissociates a check-out directory from the |
| 144 | -Fossil repository database, nondestructively inverting [`fossil open`][open]. | |
| 145 | -(Contrast [its closest inverse](#worktree), `git worktree remove`, which *is* | |
| 146 | -destructive in Git!) This Fossil command does not | |
| 144 | +Fossil repository database, _nondestructively_ inverting [`fossil open`][open]. | |
| 145 | +(Contrast Git’s [closest alternative](#worktree), `git worktree remove`, which *is* | |
| 146 | +destructive!) This Fossil command does not | |
| 147 | 147 | remove the managed files, and unless you give the `--force` |
| 148 | 148 | option, it won’t let you close the check-out with uncommitted changes to |
| 149 | 149 | those managed files. |
| 150 | 150 | |
| 151 | 151 | The `close` command also refuses to run without `--force` when you have |
| 152 | 152 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -139,13 +139,13 @@ | |
| 139 | |
| 140 | |
| 141 | #### <a id="close" name="dotfile"></a> Closing a Check-Out |
| 142 | |
| 143 | The [`fossil close`][close] command dissociates a check-out directory from the |
| 144 | Fossil repository database, nondestructively inverting [`fossil open`][open]. |
| 145 | (Contrast [its closest inverse](#worktree), `git worktree remove`, which *is* |
| 146 | destructive in Git!) This Fossil command does not |
| 147 | remove the managed files, and unless you give the `--force` |
| 148 | option, it won’t let you close the check-out with uncommitted changes to |
| 149 | those managed files. |
| 150 | |
| 151 | The `close` command also refuses to run without `--force` when you have |
| 152 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -139,13 +139,13 @@ | |
| 139 | |
| 140 | |
| 141 | #### <a id="close" name="dotfile"></a> Closing a Check-Out |
| 142 | |
| 143 | The [`fossil close`][close] command dissociates a check-out directory from the |
| 144 | Fossil repository database, _nondestructively_ inverting [`fossil open`][open]. |
| 145 | (Contrast Git’s [closest alternative](#worktree), `git worktree remove`, which *is* |
| 146 | destructive!) This Fossil command does not |
| 147 | remove the managed files, and unless you give the `--force` |
| 148 | option, it won’t let you close the check-out with uncommitted changes to |
| 149 | those managed files. |
| 150 | |
| 151 | The `close` command also refuses to run without `--force` when you have |
| 152 |