git tricks
- git clone加速下载
如果只需要最新的代码 不需要历史提交记录的时候可以 给git添加参数 –depth =11
git clone --depth=1 https://github.com/TheSuperPowerIsRich/OSX-KVM.git
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.
1 | git clone --depth=1 https://github.com/TheSuperPowerIsRich/OSX-KVM.git |