Changes between Version 3 and Version 4 of UsingGitWithWebKit


Ignore:
Timestamp:
Nov 23, 2007 5:21:16 AM (16 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v3 v4  
    3535   * Switch to a different branch, such as {{{qtwebkit}}}: {{{git checkout qtwebkit}}}
    3636   * Delete the branch: {{{git branch -D simon/crash-fix}}}
     37
     38== Switching from the Trolltech Labs repository ==
     39
     40All 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}}}
    3741
    3842= Tips and Tricks for using Git with WebKit =