Fixing old issue 26

This commit is contained in:
Nathan Adams 2014-12-14 17:30:30 -06:00
parent 7ba3d45e01
commit ba89ae6f47

View File

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