Walkthrough Git Install - rkerschbaumer/oom GitHub Wiki
Installing git
- 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!
-
open a command prompt (after you installed git)
-
type
gitand you should see a usage message images/git_usage.png -
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