Changes between Version 3 and Version 4 of UsingGitWithWebKit
- Timestamp:
- Nov 23, 2007, 5:21:16 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v3 v4 35 35 * Switch to a different branch, such as {{{qtwebkit}}}: {{{git checkout qtwebkit}}} 36 36 * Delete the branch: {{{git branch -D simon/crash-fix}}} 37 38 == Switching from the Trolltech Labs repository == 39 40 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}}} 37 41 38 42 = Tips and Tricks for using Git with WebKit =