[math4] Activity: adding/subtracting whole numbers

Shawn Willden shawn-olpc at willden.org
Sat Aug 29 09:47:19 EDT 2009


On Friday 28 August 2009 08:23:50 am John Posner wrote:
> Assuming that the "BlockHead" project recovers from its "something went
> wrong" error, what is the correct "push" command to execute? My guess:
>
>    git push git at git.sugarlabs.org:BlockHead/mainline.git master
>
> (I'll define an "origin" alias later.)

Wesley's origin was aliased to

	gitorious at git.sugarlabs.org:yourproject/yourbranch.git

So I'm guessing you want to substitute 'gitorious' for 'git'.

Also, I prefer the 'git remote' command to set up an alias, rather than 
editing .git/config.  Something like:

	git remote add origin gitorious at git.sugarlabs.org:BlockHead/mainline.git

Shawn.


More information about the FourthGradeMath mailing list