Changes between Version 2 and Version 3 of QtWebKitGitInstructions


Ignore:
Timestamp:
Nov 23, 2007 6:37:33 AM (16 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitGitInstructions

    v2 v3  
    1313
    1414 * Clone your git repository from {{{git+ssh://git@code.staikos.net/srv/git/webkit}}}
     15 * If you don't have ssh/push access you can do a read-only clone using {{{git clone git://code.staikos.net/webkit}}}
    1516 * After that you will have one local branch called {{{qtwebkit}}}.
    1617 * Tell git your full name and email address:
     
    3940   * Delete the branch: {{{git branch -D simon/crash-fix}}}
    4041
     42 * If you don't have ssh/push access you can do all of the above apart from the {{{git push}}} commands. You can create a series of patches using {{{git format-patch origin/qtwebkit}}}. That will create a series of numbered {{{.patch}}} files that include all your commits.
     43
    4144== Switching from the Trolltech Labs repository ==
    4245