Fixed to correctly provide the origin url.
This commit is contained in:
parent
fa974eb8dd
commit
431e199c1c
@ -22,7 +22,7 @@ code.{/blocktrans}</p>
|
||||
git init
|
||||
git add .
|
||||
git commit -m "initial import"
|
||||
git remote add origin {$project.getWriteRemoteAccessUrl($url)}
|
||||
git remote add origin {$project.getWriteRemoteAccessUrl($user)}
|
||||
git push origin master
|
||||
</pre>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user