This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Git on Windows
The aim of this article is to give a person unfamiliar with Git a rough guide on how to access extensions, etc. from GitHub.
This guide is based on the absolutely excellent guide written by Kyle Cordes and that should be the reference you should go to if you need more information. GitHub also has a useful guide to Git on Windows. And, Scott Chacon has made a Git on Windows screencast over at GitCasts, which demonstrates setting up mSysGit and some basic Git on Windows workflow.
Installing msysgit
For Windows, the client software is called msysgit (Git on MSys) which you can get from http://code.google.com/p/msysgit/
- Download the most recent version
- Run the installer
- Install it to default location – C:\Program Files\Git
- Keep the Windows Explorer Integration with options to Add “Git Bash Here” and Add “Git GUI Here”
- For the option to adjust the path, you can use any of the first two options. I use the option to ‘Run Git from the Windows Command Prompt’
Refer to Installing Extensions for the details of installing extensions.






