Changes between Version 34 and Version 35 of UsingGitWithWebKit


Ignore:
Timestamp:
Nov 13, 2009 3:33:25 PM (14 years ago)
Author:
eric@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingGitWithWebKit

    v34 v35  
    66
    77== Install ==
    8 You can download Git binaries directly from the [http://git-scm.com/download official site!]
    98
    10 or if you're using [http://www.debian.org Debian]:
     9Mac users:
     10 * Update your Git install: http://code.google.com/p/git-osx-installer/
     11 * Update your SVN install (for `git-svn` bindings): http://www.open.collab.net/downloads/community/
     12
     13[http://www.debian.org Debian] users:
    1114{{{
    1215   sudo apt-get install git-core
    1316}}}
    14 or if you're using [http://www.finkproject.org/ Fink]:
    15 {{{
    16    fink install git
    17 }}}
    18 or if you're using [http://www.macports.org/ MacPorts]:
    19 {{{
    20    port install git-core
    21 }}}
    22 or if you're using [http://www.macports.org/ MacPorts] and you want to track the Subversion repository (e.g., a committer):
    23 {{{
    24    port install git-core +svn
    25 }}}
    26 or 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]
    2717
    28 or msysgit for windows from google? (Yong)
     18Windows users: http://code.google.com/p/msysgit/
     19
     20You can also download Git binaries directly from the [http://git-scm.com/download official site!]
    2921
    3022== Checkout ==