On Fri, Apr 23, 2010 at 7:39 PM, Tina Russell <[email protected]>wrote:
> Okay, good. Should I just upload my MyPaint clone to Gitorious using the > instructions in the FAQ, or do I need to establish a clone using the web > interface somehow? A "git push" (which is implicitly "git push master origin") will only upload, or more correctly sync, a branch (master) from your local repo to the remote repo (origin). So yes, before you do this you need a repository on gitorious, and this is indeed created using the webinterface. When logged in, go to any repository (for example mainline mypaint, http://gitorious.org/mypaint/mypaint) and there will be a link on right hand side called "Clone this repository on Gitorious". That will create your personal repo, and when you go to its page it will say: "Your push url: [email protected]:......" It is that url you can put in the config as show in the FAQ to use aliases like "origin" to push, instead of having to use the url each time. -- Regards Jon Nordby - www.jonnor.com
_______________________________________________ Mypaint-discuss mailing list [email protected] https://mail.gna.org/listinfo/mypaint-discuss
