Installing Git on Windows

I decided to use Git for version control a recent project. I couldn't stand resorting to SVN again just because I haven't gone through the process with Git yet. This post will serve to document the process I went through in installing Git on my computer. I will leave some reference links at the bottom as well.

  1. Download Git for Windows
  2. http://code.google.com/p/msysgit/

  3. See Welcome screen -> click 'Next'
  4. Git for Windows - Screen 1

  5. Agree to the license -> click 'Next'
  6. Git for Windows - Screen 1

  7. Select Destination Location -> use default -> click 'Next'
  8. Git for Windows - Screen 3

  9. Select Components -> Check: Git Bash Here & Git GUI Here -> click 'Next'
  10. Git for Windows - Screen 4

  11. Select Start Menu Folder -> use default
  12. Git for Windows - Screen 5

  13. Adjusting your PATH environment -> use default -> click 'Next'
  14. Git for Windows - Screen 6

  15. Configuring the line ending conversions -> use default -> click 'Next'
  16. Git for Windows - Screen 7

  17. Installing -> files will get extracted
  18. Git for Windows - Screen 8

  19. Completing the Git Setup Wizard (installation is complete)
  20. Git for Windows - Screen 9

After you have gone through this process, Git should be installed on your computer. My goal is to get a project I have on my local system onto my GitHub account. I have documented this step on this post: Uploading a Project to Github.

Helpful Articles

An Illustrated Guide to Git on Windows
http://nathanj.github.com/gitguide/tour.html

Set Up Git (Windows) [help.github.com]
http://help.github.com/win-set-up-git/
Note: I just found this link and realized I basically did the exact same thing except with less detail than this link. I don't care though.

Related Books

  1. Pingback: Configuring the EGit Plugin for Eclipse | Dennis Plucinik's Web Design Blog

  2. Pingback: Uploading a Project to GitHub | Dennis Plucinik's Web Design Blog

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>