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 g...@git.sugarlabs.org:BlockHead/mainline.git master
>
> (I'll define an "origin" alias later.)

Wesley's origin was aliased to

        gitori...@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 gitori...@git.sugarlabs.org:BlockHead/mainline.git

Shawn.
_______________________________________________
FourthGradeMath mailing list
FourthGradeMath@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/fourthgrademath

Reply via email to