Changes between Version 2 and Version 3 of QtWebKitGitInstructions
- Timestamp:
- Nov 23, 2007, 6:37:33 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitGitInstructions
v2 v3 13 13 14 14 * 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}}} 15 16 * After that you will have one local branch called {{{qtwebkit}}}. 16 17 * Tell git your full name and email address: … … 39 40 * Delete the branch: {{{git branch -D simon/crash-fix}}} 40 41 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 41 44 == Switching from the Trolltech Labs repository == 42 45