跳转至

Git clone

时间:2019-04-01 22:39:43

git clone#

git clone 从仓库中下载项目

常用操作#

  1. 下载项目

    # 从远程仓库获取,默认生成的文件夹名字是最后一个/号后面.git前面的内容
    git clone https://github.com/longlongxiao/XiaoTian.git [projectName]