diff --git a/indefero/src/IDF/templates/idf/source/git/help.html b/indefero/src/IDF/templates/idf/source/git/help.html index e270111..d4ee9f0 100644 --- a/indefero/src/IDF/templates/idf/source/git/help.html +++ b/indefero/src/IDF/templates/idf/source/git/help.html @@ -20,7 +20,7 @@ code.{/blocktrans}
git init -git add . +git add --all git commit -m "initial import" git remote add origin {$project.getWriteRemoteAccessUrl($user)} git push origin master