git: github create project clone to local

Create a library first, then clone: ​​here is the README.md file generated by the system

 

 

Code execution: git clone https://github.com/853219061/clonePro.git

 

 

After execution: a README.md file appears under the folder, which means that the clone is successful

 

Then you can develop happily

At this time, the git command line is still opened on the upper-level folder of the project, if you need to operate immediately,

Or execute it in the git command line: cd clonePro switch to the subfolder

Or reopen the git command line in the clonePro folder

Guess you like

Origin blog.csdn.net/qq_36445227/article/details/100552513
Recommended