[math4] Activity: adding/subtracting whole numbers

Edward Cherlin echerlin at gmail.com
Thu Aug 27 22:40:06 EDT 2009


Is this in the Sugar wiki?

On Thu, Aug 27, 2009 at 7:26 PM, Wesley
Dillingham<wwdillingham at sugarlabs.org> wrote:
> John,
>
> Have you made the project page on git.sugarlabs.org?
>
> Once, the project page is established.
>
> Navigate in terminal to your project directory and type "git init"
> then navigate to  ./.git/config
>
>
> set the config file as follows: so git knows where to push.
>
> [remote "origin"]
>     url = gitorious at git.sugarlabs.org:yourproject/yourbranch.git
>
>
>
> in the terminal issue the following two commands, update for your
> information on git.sugarlabs.org:
>
> git config --global user.name "firstname lastname"
>
> git config --global user.email "joey at joejoe.com"
>
> Next, Navigate back to your project page in the console.
>
> type "git add *"  for all files in the directory or git add blockhead.py or
> whatever file you want git to begin tracking.
> type "git commit" this will open a text editor, make a comment about your
> changes here, e.g. "initial commit"
> finally type: "git push origin master"
>
> after initial commit you need only to do the last three steps for further
> commiting.
>
> some good references. (and where I learned to use git):
> http://www.spheredev.org/wiki/Git_for_the_lazy
> http://wiki.sugarlabs.org/go/Activity_Team/Git_FAQ
>
> Good luck.
>
> - Wes
>
>
> On Thu, Aug 27, 2009 at 9:53 PM, John Posner <jjposner at optimum.net> wrote:
>>
>> David Farning wrote:
>> > Now that you have some code, it is time to make it public.
>> > 1.  Upload the activity to http://activities.sugarlabs.org .  This is
>> > the activities library students and teachers use to grab new
>> > activities.
>> >
>>
>> Done. The .xo is uploaded as the activity "BlockHead", and its status is
>> "1 In Sandbox file".
>> > 2. Store your code in the git repository at git.sugarlabs.org .  This
>> > is where developer keep their code.  By publicly posting it, when a
>> > fellow developer says, 'hum that is clever'  they can easily find out
>> > how you did something or even use your code as a base for something
>> > new and clever.
>> >
>>
>> Need some help here. I established a user identity and uploaded an SSH2
>> (RSA) public key. I commited a git source tree on my Ubuntu 8.10 box,
>> and ran this command:
>>
>>  git push git at git.sugarlabs.org:jjposner/BlockHead.git
>>
>> I got both a "Password:" prompt and a "git at git.sugarlabs.org's
>> password:" prompt.  What do I enter for a password? Or am I doing it all
>> wrong?
>>
>> Tx,
>> John
>>
>> _______________________________________________
>> FourthGradeMath mailing list
>> FourthGradeMath at lists.sugarlabs.org
>> http://lists.sugarlabs.org/listinfo/fourthgrademath
>
>
> _______________________________________________
> FourthGradeMath mailing list
> FourthGradeMath at lists.sugarlabs.org
> http://lists.sugarlabs.org/listinfo/fourthgrademath
>
>



-- 
Edward Mokurai Cherlin
Silent Thunder (默雷/धर्ममेघशब्दगर्ज/دھرممیگھشبدگر ج) is my name, and
Children are
my nation. The Cosmos is my dwelling place, the Truth my destination.
http://earthtreasury.org/


More information about the FourthGradeMath mailing list