Git入れた

インストールのみだけど。。パッケージ管理ソフトはMacPortsとHomebrewがあるようで、Homebrewを推すのが見られたのでHomebrewを入れた。
メモ

$ ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
==> This script will install:
/usr/local/bin/brew
/usr/local/Library/Formula/...
/usr/local/Library/Homebrew/...
==> The following directories will be made group writable:
/usr/local/.
/usr/local/bin
==> The following directories will have their group set to admin:
/usr/local/.
/usr/local/bin

Press enter to continue
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/. /usr/local/bin

WARNING: Improper use of the sudo command could lead to data loss
or the deletion of important system files. Please double-check your
typing when using sudo. Type "man sudo" for more information.

To proceed, enter your password, or type Ctrl-C to abort.

Password:
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/. /usr/local/bin
==> Downloading and Installing Homebrew...
==> Installation successful!
Now type: brew help
$ brew install git
==> Downloading http://git-core.googlecode.com/files/git-1.7.7.1.tar.gz
######################################################################## 100.0%
==> make prefix=/usr/local/Cellar/git/1.7.7.1 install
==> Downloading http://git-core.googlecode.com/files/git-manpages-1.7.7.1.tar.gz
######################################################################## 100.0%
==> Downloading http://git-core.googlecode.com/files/git-htmldocs-1.7.7.1.tar.gz
######################################################################## 100.0%
==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d

Emacs support has been installed to:
  /usr/local/share/doc/git-core/contrib/emacs

The rest of the "contrib" is installed to:
  /usr/local/share/git/contrib
==> Summary
/usr/local/Cellar/git/1.7.7.1: 1100 files, 21M, built in 93 seconds