Changes between Version 66 and Version 67 of QtWebKitContrib


Ignore:
Timestamp:
Jun 11, 2010 2:24:42 PM (14 years ago)
Author:
adawit@kde.org
Comment:

Added more details on how to track QtWebKit release staging branches

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitContrib

    v66 v67  
    1616
    1717{{{
    18 git remote add qtwebkit git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git   
     18cd webkit
     19git remote add qtwebkit git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git
     20git fetch qtwebkit
    1921}}}
    2022
    2123This repository has the QtWebKit staging branches and other branches specific to the QtWebKit port.
     24
     25To see the remote branches you just fetched do:
     26{{{
     27git branch -r
     28}}}
     29
     30For the tags simply do:
     31{{{
     32git tag
     33}}}
     34
     35And to switch to a branch or a tag simply use {{{git checkout}}}
     36
    2237
    2338== Submitting a patch ==