Changes between Version 8 and Version 9 of QtWebKitGitInstructions
- Timestamp:
- Apr 14, 2009, 4:55:56 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitGitInstructions
v8 v9 43 43 44 44 * 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. 45 46 == Switching from the Trolltech Labs repository ==47 48 All you have to do is to adjust your {{{origin}}}. Edit the {{{.git/config}}} file and look for the {{{[remote "origin"]}}} section. Change the the {{{url = ...}}} line to read {{{url = git+ssh://git@code.staikos.net/srv/git/webkit}}}