Changes between Version 5 and Version 6 of UsingGitWithWebKit


Ignore:
Timestamp:
Nov 29, 2007 6:38:26 AM (16 years ago)
Author:
hendry@iki.fi
Comment:

initial setup

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v5 v6  
    22
    33= Tips and Tricks for using Git with WebKit =
     4
     5== Install ==
     6
     7{{{
     8   fink install git
     9}}}
     10
     11== Checkout ==
     12
     13{{{
     14   git clone git://git.webkit.org/WebKit.git
     15}}}
    416
    517== WebKit Script support for Git ==