Changes

Jump to navigation Jump to search
793 bytes added ,  16:28, 22 December 2008
Line 34: Line 34:     
The slides from a talk I gave about Sugar at the Women2Woman conference are [[:Image:Women2women-part1.odp|here]] and [[:Image:Women2women-part2.odp|here]].
 
The slides from a talk I gave about Sugar at the Women2Woman conference are [[:Image:Women2women-part1.odp|here]] and [[:Image:Women2women-part2.odp|here]].
 +
 +
===gitorious===
 +
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.
 +
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.
 +
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.
 +
git remote add origin gitorious@git.sugarlabs.org:turtleart/mainline.git
 +
# to push the master branch to the origin remote we added above:
 +
git push origin master
 +
# after that you can just do:
 +
git push
 +
4. Where should I put the .xo bundle? And the source tarball?
    
===Sandbox===
 
===Sandbox===

Navigation menu