From 9d667643e78c8932c89ea56f93021e6dc5ee8734 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Fri, 23 Jan 2009 16:28:55 +0100 Subject: [PATCH] Changed to use the "origin" convention for the git repository. --- src/IDF/templates/idf/source/git/help.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/IDF/templates/idf/source/git/help.html b/src/IDF/templates/idf/source/git/help.html index c6f2146..cc259e8 100644 --- a/src/IDF/templates/idf/source/git/help.html +++ b/src/IDF/templates/idf/source/git/help.html @@ -20,8 +20,8 @@ code.{/blocktrans}

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 {/if}