GIT cloned from a remote repository to local projects

1. Create a new folder on the local, as a local warehouse, such as "demo". Open git, enter the command:

cd / c / Users / Administrator / Desktop / demo and press Enter into the folder directory.

2. The second step: the local repository initialization commands: git init.

3. The third step: you need to clone the project down from the github or the server, the command: git clone url url address or github project server address, I am here to PHPMailer project on github clone as an example.

4. See above shows 100% on the cloning project is now good look at cloning.

Guess you like

Origin www.cnblogs.com/yshang/p/11230209.html