git subdirectory1 [Git] 하위 디렉토리만 가져오기 Git을 사용하다보면 특정 디렉토리 안에 모든 프로젝트를 넣어두는 경우를 보게 된다. 대표적으로 Google Research도 그런데 https://github.com/google-research/google-research git 안에 수 많은 프로젝트가 한꺼번에 담겨 있다. 그 중 하나의 프로젝트만 가져오려면 아래와 같이 하면 된다. ~$ git clone --depth 1 --no-checkout INSERT_REPO_REMOTE_URL //root folder of the same name is created ~$ cd INSERT_ROOT_FOLDER_NAME/ ~$ git sparse-checkout set INSERT_DESIRED_SUBDIRECTORY_RELATIVE-PATH /* the.. 2023. 10. 19. 이전 1 다음