Fixed bad help message for the git access.

Git has 2 methods to access a repository, one with gitdaemon to do a
checkout and one with SSH to perform the push. We need to provide those
2 methods.
This commit is contained in:
Loic d'Anterroches
2009-01-26 17:58:58 +01:00
parent c11cd7bc62
commit f203f7d78f
4 changed files with 29 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ code.{/blocktrans}</p>
git init
git add .
git commit -m "initial import"
git remote add origin {$project.getRemoteAccessUrl()}
git remote add origin {$project.getWriteRemoteAccessUrl()}
git push origin master
</pre>