Changes between Version 66 and Version 67 of QtWebKitContrib
- Timestamp:
- Jun 11, 2010, 2:24:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitContrib
v66 v67 16 16 17 17 {{{ 18 git remote add qtwebkit git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git 18 cd webkit 19 git remote add qtwebkit git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git 20 git fetch qtwebkit 19 21 }}} 20 22 21 23 This repository has the QtWebKit staging branches and other branches specific to the QtWebKit port. 24 25 To see the remote branches you just fetched do: 26 {{{ 27 git branch -r 28 }}} 29 30 For the tags simply do: 31 {{{ 32 git tag 33 }}} 34 35 And to switch to a branch or a tag simply use {{{git checkout}}} 36 22 37 23 38 == Submitting a patch ==