Line 38: |
Line 38: |
| I'm documenting the process of moving Turtle Art to git.sugarlabs.org. So far: | | I'm documenting the process of moving Turtle Art to git.sugarlabs.org. So far: |
| | | |
− | 1. I created an account on git.sugarlabs.org by selecting the register link on the home page. | + | :1. I created an account on git.sugarlabs.org by selecting the register link on the home page. |
− | 2. I created a new project by selecting the new link on the project page. | + | :2. I created a new project by selecting the new link on the project page. |
− | :There were lots of questions I didn't know the answer to, such as what tags I should be using. | + | ::There were lots of questions I didn't know the answer to, such as what tags I should be using. |
− | 3. I am not sure how to push my project. | + | :3. I am not sure how to push my project. |
− | :Morgs pointed out that if you go to http://git.sugarlabs.org/projects/turtleart/repos/mainline it tells you a "push" URL. | + | ::Morgs pointed out that if you go to http://git.sugarlabs.org/projects/turtleart/repos/mainline it tells you a "push" URL. |
| git remote add origin gitorious@git.sugarlabs.org:turtleart/mainline.git | | git remote add origin gitorious@git.sugarlabs.org:turtleart/mainline.git |
| # to push the master branch to the origin remote we added above: | | # to push the master branch to the origin remote we added above: |
Line 48: |
Line 48: |
| # after that you can just do: | | # after that you can just do: |
| git push | | git push |
− | 4. Where should I put the .xo bundle? And the source tarball? | + | :4. Where should I put the .xo bundle? And the source tarball? |
| | | |
| ===Sandbox=== | | ===Sandbox=== |