git clone 指定目录
首先clone整个项目:
git clone https://github.com/Capricornwqh/ChineseChess
进入目录,设置单个文件夹即可:
git sparse-checkout init --cone
git sparse-checkout set chess
0
首先clone整个项目:
git clone https://github.com/Capricornwqh/ChineseChess
进入目录,设置单个文件夹即可:
git sparse-checkout init --cone
git sparse-checkout set chess