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

Content added Content deleted
imported>Paulproteus
(Add Windows)
 
imported>Shauna
Line 6: Line 6:


* https://msysgit.googlecode.com/files/Git-1.8.1.2-preview20130201.exe
* https://msysgit.googlecode.com/files/Git-1.8.1.2-preview20130201.exe

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


== Return to laptop setup ==
== Return to laptop setup ==