Git on Windows
March 19th, 2008
If you want to use git with windows, here's what you need to do. This is assuming you'll be using the windows command prompt to enter commands.
- Go to http://code.google.com/p/msysgit/downloads/list and download the latest Windows build of Git (at the time of writing the latest one is Git-preview20080301.exe)
- Double click the install file - make sure the 'Run git from the windows command prompt' option is selected
- Finish the installation and open a command prompt
- To clone a remote repository, type git clone ssh://git_username@git_host/path/to/repos local_repos_dir