Git for Windows -- Download a Git repository using windows
First install MySysGit on your windows machine
Downloading and executing it will give you a working development environment and compile Git automatically!
I installed it on the C: drive(C:\msysgit) on my machine. A git comandline interface willl open up as shown below.
Navigate to the location where you want to download the repository.
Eg: I like to download the repository to E:/bbb/github/
So I used the command
cd /E/bbb/github
then give the command below to download the repository
git clone git://github.com/bbbbbbbbbbbbbbb/xyz.git
No comments:
Post a Comment