从gitlab或者github采用git clone和download zip的区别

巧了我就是萌 提交于 2020-01-29 07:19:42

 

不要做伸手党啊大兄弟,这种问题自己稍加理解就知道答案了,实在想不到就上谷歌搜一下嘛,比如这个:git - Github: difference between Clone in desktop and zip download

"clone" uses git software on your computer to download the source code and it's entire version history.

"download zip" creates a zip file of just the current version of the source code for you to download - the project history is not included.

 

采用git clone的项目包含.git目录,这里面有历史版本信息

采用下载zip文件的是没有版本历史信息的。只是当前分支的最新版本

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!