diff options
author | Christian Meder <chris@absolutegiganten.org> | 2005-10-10 16:01:31 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-10 16:01:31 -0700 |
commit | 72e9340cfde90189d76ef3c8a4793ea7764ff8ee (patch) | |
tree | 2d2be1c4fe841de12630495929e2ac394f58012c /Documentation/pull-fetch-param.txt | |
parent | 98438bd0e893c23186fb82ea8b04964c0f1ef9d1 (diff) | |
download | git-72e9340cfde90189d76ef3c8a4793ea7764ff8ee.tar.gz |
Convert usage of GIT and Git into git
Convert usage of GIT and Git into git.
Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/pull-fetch-param.txt')
-rw-r--r-- | Documentation/pull-fetch-param.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pull-fetch-param.txt b/Documentation/pull-fetch-param.txt index 8dbddbf63f..51222b6f3f 100644 --- a/Documentation/pull-fetch-param.txt +++ b/Documentation/pull-fetch-param.txt @@ -6,7 +6,7 @@ =============================================================== - Rsync URL: rsync://remote.machine/path/to/repo.git/ - HTTP(s) URL: http://remote.machine/path/to/repo.git/ -- GIT URL: git://remote.machine/path/to/repo.git/ +- git URL: git://remote.machine/path/to/repo.git/ or remote.machine:/path/to/repo.git/ - Local directory: /path/to/repo.git/ =============================================================== |