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

no edit summary
No edit summary
No edit summary
Line 13:
== Set your user name and email ==
 
You'll also want to tell git your name and email address. To do this, type the following into '''Git Bash''':
 
git config --global user.name "your-user-nameYour 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
 
For each line above, it should print the settings that you chose.
== Return to laptop setup ==
 
Anonymous user