Changed to use the "origin" convention for the git repository.
This commit is contained in:
parent
f4133a1a1d
commit
9d667643e7
@ -20,8 +20,8 @@ code.{/blocktrans}</p>
|
|||||||
git init
|
git init
|
||||||
git add .
|
git add .
|
||||||
git commit -m "initial import"
|
git commit -m "initial import"
|
||||||
git remote add repo {$project.getRemoteAccessUrl()}
|
git remote add origin {$project.getRemoteAccessUrl()}
|
||||||
git push repo master
|
git push origin master
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user