git:: --recursive OR rm -r --cached .

 

 

clone subfolder까지

git clone --recursive

 

 

git submodule add

git clone --recursive https://github.com/teamtv/streamlit_modal.git 


git rm -r --cached .

git submodule add https://github.com/xlladdins/xll src/xll
git submodule add https://github.com/xlladdins/xll


git submodule update

 

 

 

 

 

 

 

_

반응형