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 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
|
||||
</pre>
|
||||
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user