git clone命令简介

git clone:

正如上图,当我们打开终端的情况下,默认我们所在的目录是在/home/shiyanlou的,大家可以在终端输入以下命令把目录切换到桌面
cd  /home/Desktop
这个时候输入'git clone https://....'后,下载的代码就在我们实验楼的环境桌面了。
如果大家想要了解更多相关内容,可以学习实验楼中的《Linux基础入门(新版)》。
http://forum.shiyanlou.com/forum.php?mod=viewthread&tid=541&page=1&extra=#pid1409

原文地址:https://www.cnblogs.com/softidea/p/4525048.html