Fossil SCM
Typo fix in the new gitusers.md document.
Commit
702ee3f3ab02b95e6a78ca7798f9703eb46d367aa55544a00463b9c2d32b2866
Parent
b3af9d63442106e…
1 file changed
+1
-1
+1
-1
| --- www/gitusers.md | ||
| +++ www/gitusers.md | ||
| @@ -26,11 +26,11 @@ | ||
| 26 | 26 | the two are often conflated with Git. A repository is a database in |
| 27 | 27 | which the entire history of a project is stored. A check-out is a |
| 28 | 28 | directory hierarchy that contains a snapshot of your project that you |
| 29 | 29 | are currently working on. See [detailed definitions][2] for more |
| 30 | 30 | information. With Git, the repository and check-out are closely |
| 31 | -released - the repository is the contents of the "`.git`" subdirectory | |
| 31 | +related - the repository is the contents of the "`.git`" subdirectory | |
| 32 | 32 | at the root of your check-out. But with Fossil, the repository and |
| 33 | 33 | the check-out are completely separate. A Fossil repository can reside |
| 34 | 34 | in the same directory hierarchy with the check-out as with Git, but it |
| 35 | 35 | is more common to put the repository in a separate directory. |
| 36 | 36 | |
| 37 | 37 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -26,11 +26,11 @@ | |
| 26 | the two are often conflated with Git. A repository is a database in |
| 27 | which the entire history of a project is stored. A check-out is a |
| 28 | directory hierarchy that contains a snapshot of your project that you |
| 29 | are currently working on. See [detailed definitions][2] for more |
| 30 | information. With Git, the repository and check-out are closely |
| 31 | released - the repository is the contents of the "`.git`" subdirectory |
| 32 | at the root of your check-out. But with Fossil, the repository and |
| 33 | the check-out are completely separate. A Fossil repository can reside |
| 34 | in the same directory hierarchy with the check-out as with Git, but it |
| 35 | is more common to put the repository in a separate directory. |
| 36 | |
| 37 |
| --- www/gitusers.md | |
| +++ www/gitusers.md | |
| @@ -26,11 +26,11 @@ | |
| 26 | the two are often conflated with Git. A repository is a database in |
| 27 | which the entire history of a project is stored. A check-out is a |
| 28 | directory hierarchy that contains a snapshot of your project that you |
| 29 | are currently working on. See [detailed definitions][2] for more |
| 30 | information. With Git, the repository and check-out are closely |
| 31 | related - the repository is the contents of the "`.git`" subdirectory |
| 32 | at the root of your check-out. But with Fossil, the repository and |
| 33 | the check-out are completely separate. A Fossil repository can reside |
| 34 | in the same directory hierarchy with the check-out as with Git, but it |
| 35 | is more common to put the repository in a separate directory. |
| 36 | |
| 37 |