Hi, On Tue, Jul 7, 2009 at 5:07 PM, dharsh<[email protected]> wrote: > I am new to gitorious and using http://qt.gitorious.org/qt website to > create Team Clone. I downloaded the QT source code from the source > tree and updated support for OMAP3 by adding mkspecs. > Now, I want to push these changes on to server, so that my team > members can access it. > But I am not able to find a way to commit the changes in > http://qt.gitorious.org/qt > website. Does these needs to be done in linux command prompt or is > their option where I can upload my changes directly on to the website. > Any help in this regard will be highly appreciable.
The Qt folks has a nice wiki page describing how they prefer to accept contributions: http://qt.gitorious.org/qt/pages/QtContributionGuidelines (and that workflow is generally applicable to all Gitorious projects). The short version of it is: * Clone the qt repository locally * Implement changes in a feature branch * Create a personal clone of the repository on qt.gitorious.org (navigate to the repository, click the "Create clone on Gitorious" link in the sidebar) * Update your local git origin url (see the pages the above wikipage links to) * Push changes * Create a new merge request from your clone on gitorious to the main qt repository > > Thanks Cheers, JS --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
