summaryrefslogtreecommitdiff
path: root/_posts/2009-06-14-mac-git-installation.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-27 01:49:54 -0600
committertekkub <tekkub@gmail.com>2009-07-27 01:49:54 -0600
commitb5a95e8c10b04c5d2add56c9d9815113149adf3f (patch)
treec3387f5b5aeaeb6f8f140665e3af5ee612137cd4 /_posts/2009-06-14-mac-git-installation.textile
parent8352e9538ecd1a66a44239a3e775660d91f20d6d (diff)
h3. --> h2.
Diffstat (limited to '_posts/2009-06-14-mac-git-installation.textile')
-rw-r--r--_posts/2009-06-14-mac-git-installation.textile6
1 files changed, 3 insertions, 3 deletions
diff --git a/_posts/2009-06-14-mac-git-installation.textile b/_posts/2009-06-14-mac-git-installation.textile
index ae3bada..085fbf2 100644
--- a/_posts/2009-06-14-mac-git-installation.textile
+++ b/_posts/2009-06-14-mac-git-installation.textile
@@ -7,11 +7,11 @@ categories: mac setup
main_category: setup
---
-h3. Pre-compiled Installer
+h2. Pre-compiled Installer
Download and run "git-osx-installer":http://code.google.com/p/git-osx-installer/
-h3. MacPorts
+h2. MacPorts
# Install "MacPorts":http://macports.org/install.php if you haven't already done so.
# Make sure your ports are up to date.
@@ -40,6 +40,6 @@ $ sudo port install git-core +svn
---> Activating git-core 1.5.5.3_0+doc
</pre>
-h3. Compiling git manually
+h2. Compiling git manually
See "compiling and installing git on mac os x":http://github.com/guides/compiling-and-installing-git-on-mac-os-x.