On Friday, 4 de March de 2011 00:39:12 Mark Constable wrote:
> > You really want:
> >     git checkout -b master origin/master
> 
> Ah great, thanks, that confirms what I eventually stumbled upon but
> I'm still unsure how best to keep that branch updated?

Once you've done the command above, a plain "git pull" is enough.

"git pull" is equivalent, in this case, to "git fetch origin" followed by 
"git merge origin/master"

> git fetch or git checkout 4.7 && git pull or ?
> 
> This page doesn't quite cover this exact scenario...
> 
> http://qt.gitorious.org/qt/pages/GitIntroductionWithQt

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
  Senior Product Manager - Nokia, Qt Development Frameworks
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
MeeGo-dev mailing list
MeeGo-dev@meego.com
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to