Fossil SCM
Added "git worktree remove" para to the gitusers doc
Commit
26aa4eac2d62a5a14ec9c1e9f4d7db1f63e8ab7361efd0677a21398a27356457
Parent
526446c23ce70a9…
1 file changed
+3
+3
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -189,10 +189,13 @@ | ||
| 189 | 189 | certain legacy filesystems. |
| 190 | 190 | |
| 191 | 191 | Closing a check-out directory is a rare operation. One common use case |
| 192 | 192 | is that you’re about to delete it, so you want Fossil to forget about it |
| 193 | 193 | for the purposes of commands like [`fossil all`][all]. |
| 194 | + | |
| 195 | +The closest equivalent for `fossil close` in Git is | |
| 196 | +`git worktree remove`. | |
| 194 | 197 | |
| 195 | 198 | [all]: /help?cmd=all |
| 196 | 199 | |
| 197 | 200 | |
| 198 | 201 | #### <a id="iip"></a> Init In Place |
| 199 | 202 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -189,10 +189,13 @@ | |
| 189 | certain legacy filesystems. |
| 190 | |
| 191 | Closing a check-out directory is a rare operation. One common use case |
| 192 | is that you’re about to delete it, so you want Fossil to forget about it |
| 193 | for the purposes of commands like [`fossil all`][all]. |
| 194 | |
| 195 | [all]: /help?cmd=all |
| 196 | |
| 197 | |
| 198 | #### <a id="iip"></a> Init In Place |
| 199 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -189,10 +189,13 @@ | |
| 189 | certain legacy filesystems. |
| 190 | |
| 191 | Closing a check-out directory is a rare operation. One common use case |
| 192 | is that you’re about to delete it, so you want Fossil to forget about it |
| 193 | for the purposes of commands like [`fossil all`][all]. |
| 194 | |
| 195 | The closest equivalent for `fossil close` in Git is |
| 196 | `git worktree remove`. |
| 197 | |
| 198 | [all]: /help?cmd=all |
| 199 | |
| 200 | |
| 201 | #### <a id="iip"></a> Init In Place |
| 202 |