| File root/themes/default/hints/repo/clone_owner.html changed (mode: 100644) (index 8d5e790..9f13299) |
| ... |
... |
git push origin --tags<br /> |
| 13 |
13 |
If you are switching from another Git hosting provider:<br /> |
If you are switching from another Git hosting provider:<br /> |
| 14 |
14 |
<div class="xcode"> |
<div class="xcode"> |
| 15 |
15 |
cd local_project_dir<br /> |
cd local_project_dir<br /> |
| 16 |
|
git remote change origin @@ri::clone_url_ssh@@<br /> |
|
|
16 |
|
git remote set-url origin @@ri::clone_url_ssh@@<br /> |
| 17 |
17 |
git push origin --all<br /> |
git push origin --all<br /> |
| 18 |
18 |
git push origin --tags<br /> |
git push origin --tags<br /> |
| 19 |
19 |
</div> |
</div> |