자식 모듈을 하위 모듈 해제 자식 서브 모듈을 서브 모듈 해제하려면 어떻게해야합니까 (모든 코드를 코어로 다시 가져 오는 중)? "최상의 절차"에서와 같이 "어떻게해야"하는지와 마찬가지로 ... 서브 모듈 코드를 메인 리포지토리에 넣는 것만으로 서브 모듈을 제거하고 파일을 메인 리포지토리에 다시 추가하면됩니다. git rm --cached submodule_path # delete reference to submodule HEAD (no trailing slash) git rm .gitmodules # if you have more than one submodules, # you need to edit this file instead of deleting! rm -rf submodule_path/.git..