Changes between Version 34 and Version 35 of UsingGitWithWebKit
- Timestamp:
- Nov 13, 2009, 3:33:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitWithWebKit
v34 v35 6 6 7 7 == Install == 8 You can download Git binaries directly from the [http://git-scm.com/download official site!]9 8 10 or if you're using [http://www.debian.org Debian]: 9 Mac 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: 11 14 {{{ 12 15 sudo apt-get install git-core 13 16 }}} 14 or if you're using [http://www.finkproject.org/ Fink]:15 {{{16 fink install git17 }}}18 or if you're using [http://www.macports.org/ MacPorts]:19 {{{20 port install git-core21 }}}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 +svn25 }}}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]27 17 28 or msysgit for windows from google? (Yong) 18 Windows users: http://code.google.com/p/msysgit/ 19 20 You can also download Git binaries directly from the [http://git-scm.com/download official site!] 29 21 30 22 == Checkout ==