Walkthrough Git Install - rkerschbaumer/oom GitHub Wiki

Installing git

  1. download and install git (https://git-scm.com/downloads)

When installing on Windows, please see the walk-through below on how to set the install options!

  1. open a command prompt (after you installed git)

  2. type git and you should see a usage message images/git_usage.png

  3. tell git who you are, by setting your email

git config --global user.email "[email protected]"

and your name

git config --global user.name "Your Name"

at the command prompt.

Windows Installer Options

images/git0.png images/git1.png images/git2.png images/git3.png images/git4.png images/git5.png images/git6.png images/git7.png images/git8.png