author | Junio C Hamano <junkio@cox.net> | |
Sat, 15 Oct 2005 18:19:09 +0000 (11:19 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 15 Oct 2005 18:19:09 +0000 (11:19 -0700) |
1 | 2 | |||
---|---|---|---|---|
Documentation/tutorial.txt | patch | | diff1 | | diff2 | | blob | history |
rsh.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc Documentation/tutorial.txt
index 19da3e243e0418c94a014a19d06fe0c7dad634d6,6ecb089c5cc4cf8dcaa8005c0ee6e4208bced346..b9f737e9640a4a4a5c9554c8d6bdd1b7847ec5b2
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:
diff --cc rsh.c
Simple merge