Fossil SCM
Added a link from the new "git reset" example in the intro of the gitusers doc to the new section where we address the matter.
Commit
84955715f56622e66489c7e1e42372b479500768c7e3fc70ef70565c3afaaef0
Parent
80963ffeda3650d…
1 file changed
+1
-1
+1
-1
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -6,11 +6,11 @@ | ||
| 6 | 6 | sub-commands are identical: [`fossil bisect`][fbis] does essentially the |
| 7 | 7 | same thing as [`git bisect`][gbis], for example. |
| 8 | 8 | |
| 9 | 9 | Yet, Fossil is not merely Git with a bunch of commands misspelled. If |
| 10 | 10 | that were the case, we could give you a two-column translation table |
| 11 | -which would tell you how to say things like “`git reset --hard HEAD`” in | |
| 11 | +which would tell you [how to say things like “`git reset --hard HEAD`”](#reset) in | |
| 12 | 12 | this funny ol’ Fossil dialect of Git and be done. The purpose of this |
| 13 | 13 | document is to cover all the cases where there is no simple 1:1 mapping, |
| 14 | 14 | usually because of intentional design differences in Fossil that prevent |
| 15 | 15 | it from working exactly like Git. We choose to explain these differences |
| 16 | 16 | since to understand the conversion, you need to know why each difference |
| 17 | 17 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -6,11 +6,11 @@ | |
| 6 | sub-commands are identical: [`fossil bisect`][fbis] does essentially the |
| 7 | same thing as [`git bisect`][gbis], for example. |
| 8 | |
| 9 | Yet, Fossil is not merely Git with a bunch of commands misspelled. If |
| 10 | that were the case, we could give you a two-column translation table |
| 11 | which would tell you how to say things like “`git reset --hard HEAD`” in |
| 12 | this funny ol’ Fossil dialect of Git and be done. The purpose of this |
| 13 | document is to cover all the cases where there is no simple 1:1 mapping, |
| 14 | usually because of intentional design differences in Fossil that prevent |
| 15 | it from working exactly like Git. We choose to explain these differences |
| 16 | since to understand the conversion, you need to know why each difference |
| 17 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -6,11 +6,11 @@ | |
| 6 | sub-commands are identical: [`fossil bisect`][fbis] does essentially the |
| 7 | same thing as [`git bisect`][gbis], for example. |
| 8 | |
| 9 | Yet, Fossil is not merely Git with a bunch of commands misspelled. If |
| 10 | that were the case, we could give you a two-column translation table |
| 11 | which would tell you [how to say things like “`git reset --hard HEAD`”](#reset) in |
| 12 | this funny ol’ Fossil dialect of Git and be done. The purpose of this |
| 13 | document is to cover all the cases where there is no simple 1:1 mapping, |
| 14 | usually because of intentional design differences in Fossil that prevent |
| 15 | it from working exactly like Git. We choose to explain these differences |
| 16 | since to understand the conversion, you need to know why each difference |
| 17 |