I’m new to Git, and I have no idea what the heck should I do to check out the repository.
The source is at: http://zmpp.git.sourceforge.net/git/zmpp
How do I fetch all the files in the repository?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Download git from here: http://git-scm.com/downloads – for your operating system.
Open the git-shell – on most systems, easy way would be to double click on the icon labeled either of the following ‘git-cmd’, ‘git-bash’, ‘git-terminal’ or something similar.
For example on windows:

Once the shell has started, move to the folder where you want to checkout the source.
Say, you want to checkout the code at D:\SourceCode\ – given a windows system – using
git-bash– type the following:and then
clonethe repository – as follows.The above will create a folder
zmppwhich will contain the entire repository for the project in question.