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}