GIT 加速 下載 (加快大型GIT Repository 下載速度(指定depth) ) [git clone depth]
GIT 加速 下載 (加快大型GIT Repository 下載速度(指定depth) ) [git clone depth]
資料來源: https://blog.yowko.com/git-clone-depth/
LINUX Shell:
git clone -depth 1 "https://github.com/OOXX/OOXX.git"
WINDOWS BAT:
git.exe clone --depth 1 "https://github.com/OOXX/OOXX.git" "D:\testGit\linux"
WINDOWS GUI: