git 프로젝트 안에 또 다른 git project를 위치시켜 사용할 때가 있다.A 프로젝트 안에 B를 위치시키려면 A 프로젝트의 루트에서 git submodule add <repository> \[path]로 B repo를 clone하면 된다. 그러나 아직 B