特定のディレクトリーのみクローン
git clone --filter=blob:none --no-checkout --sparse
cd <リポジトリ>
git sparse-checkout set <ディレクトリー>
git checkout <ブランチ>
#git
特定のディレクトリーのみクローン
git clone --filter=blob:none --no-checkout --sparse
cd <リポジトリ>
git sparse-checkout set <ディレクトリー>
git checkout <ブランチ>
#git
No replies yet.