On Tue, Aug 18, 2009 at 5:31 PM, dharsh <[email protected]> wrote:

> I had created a team clone of QT 1 month ago and had made some changes
> in the source code. Now,i want to use the same clone for some further
> updation,But the code is not the latest code.Is their a way that the
> earlier created clone can point to the Latest QT source Code.
>

If I understand correctly, you want to integrate the changes made in Qt's
mainline repository into your own clone?
In that case, you should add the mainline repo (git://
gitorious.org/qt/qt.git) as a remote (see git remote) and either merge or
rebase this into your own repo. A very simple example would be:

  git pull git://gitorious.org/qt/qt.git master

- Marius

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to