Open Source Comes to Campus/Curriculum/Laptop setup/OSX git: Difference between revisions

no edit summary
imported>Shauna
No edit summary
imported>Shauna
No edit summary
Line 18:
 
* Go through this [http://code.google.com/p/git-osx-installer/downloads/list long list of options] and pick the one best-suited to your computer. If you're not sure, ask an instructor.
 
== Set your user name and email ==
 
You'll also want to tell git your name and email address. To do this, type:
 
git config --global user.name "your-user-name"
git config --global user.email "your email"
 
You can test that they've successfully been set by typing:
 
git config --global user.name "your-user-name"
git config --global user.email
 
 
== Back to laptop setup ==
Anonymous user