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>
git init
git add .
git add --all
git commit -m "initial import"
git remote add origin {$project.getWriteRemoteAccessUrl($user)}
git push origin master