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


不要做伸手党啊大兄弟,这种问题自己稍加理解就知道答案了,实在想不到就上谷歌搜一下嘛,比如这个: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文件的是没有版本历史信息的。只是当前分支的最新版本


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM