From: Junio C Hamano Date: Sat, 15 Oct 2005 18:19:09 +0000 (-0700) Subject: Merge branch 'fixes' X-Git-Tag: v0.99.9~121 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f51248eb482a7a0feacb04d02119c94d35845975;p=git.git Merge branch 'fixes' --- f51248eb482a7a0feacb04d02119c94d35845975 diff --cc Documentation/tutorial.txt index 19da3e24,6ecb089c..b9f737e9 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@@ -1087,9 -1111,11 +1110,11 @@@ i.e. `.git`. Let's create suc project `my-git`. After logging into the remote machine, create an empty directory: - mkdir my-git.git + ------------ + mkdir my-git.git + ------------ -Then, make that directory into a GIT repository by running +Then, make that directory into a git repository by running `git init-db`, but this time, since its name is not the usual `.git`, we do things slightly differently: