How do I setup git on Windows? -


i new terminologies: git, repository , cloning.
able search them online , pretty grip on each (pretty simple stuff!). trying figure out how "run" these instructions:

clone repository app:

git clone git://github.com/samplelink.git 

update submodules:

git submodule update --init 

i running windows7. tried run init through command prompt, no luck.
these supposed run individual commands or 1 following other in sequence automatically?
not sure how run these on windows machine , cannot seem of work.

the submodule file within initial repository.

i'm sorry if lame question, have never needed run type of setup before.

i recommend installing msysgit in "git windows" instance:
git-1.7.3.1-preview20101002.exe

i using option 2, adding git\bin directory path environment variable, without overriding built-in windows tools.

from there, git clone over http should work.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -