git 使用技巧

  • git clone加速下载
    如果只需要最新的代码 不需要历史提交记录的时候可以 给git添加参数 --depth =1
git clone --depth=1 https://github.com/TheSuperPowerIsRich/OSX-KVM.git 
posted @ 2022-03-21 00:34  wangshaodong  阅读(23)  评论(0编辑  收藏  举报