Open Source Comes to Campus/Curriculum/Laptop setup/Windows git

From OpenHatch wiki

Just one step

To install git on Windows, download and install via .exe.

Note: It will ask you a bunch of questions. It is a good idea to accept the defaults.

Git1.png

Git2.png

Git3.png

Git4.png

Git5.png

Git6.png

Git7.png

Git8.png

Git9.png

Once that is installed, launch Git Bash by doing:

  • Start -> All Programs -> Git -> Git Bash

Git10.png

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 Name"
   git config --global user.email "your email"

Git11.png

You can test that they've successfully been set by typing:

   git config --global user.name
   git config --global user.email

For each line above, it should print the settings that you chose.

Git12.png

Sign up for a Github account

You can do so at this link.

Return to laptop setup

« Return to laptop setup