Created
April 13, 2013 20:27
-
-
Save stevenheidel/5379948 to your computer and use it in GitHub Desktop.
Nick and Mike Instructions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" | |
| brew update | |
| brew install git | |
| git config --global user.name "{Your full name, ie. Steven Heidel}" | |
| git config --global user.email "{Email you used to sign up for Github}" | |
| git config --global credential.helper osxkeychain |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment