CODE-ing
git:: --recursive OR rm -r --cached . // git submodule add
더앙꼬
2023. 12. 9. 11:08
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
_
반응형