Changes between Version 14 and Version 15 of UsingGitWithWebKit


Ignore:
Timestamp:
Feb 3, 2008 10:27:02 PM (16 years ago)
Author:
eric@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v14 v15  
    1717   port install git-core +svn
    1818}}}
     19or perhaps you'd like to use a 3rd party Mac OS X [http://metastatic.org/text/Concern/2007/09/15/new-git-package-for-os-x/ git install package]
    1920
    2021== Checkout ==
     
    101102git config --global user.email "foo@webkit.org"
    102103}}}
     104
     105 * Install WebKit project-specific git scripts
     106{{{
     107 git clone git://git.ndesk.org/pub/scm/git-porcelains
     108 cd git-porcelains
     109 make
     110}}}
     111 More info @ http://git.ndesk.org/?p=git-porcelains;a=summary