Skip to content

Instantly share code, notes, and snippets.

@keithpitty
Created June 23, 2011 00:37
Show Gist options
  • Save keithpitty/1041632 to your computer and use it in GitHub Desktop.
Save keithpitty/1041632 to your computer and use it in GitHub Desktop.
Instructions for installing brew and git

Install homebrew

ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"

Check brew installation

brew --version

Install git

brew install git

Check git installation

git --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment