Changed to use the "origin" convention for the git repository.

dev
Loic d'Anterroches 2009-01-23 16:28:55 +01:00
parent f4133a1a1d
commit 9d667643e7
1 changed files with 2 additions and 2 deletions

View File

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