연습하면서 여러 개의 repositories 생성했던거 하나의 repository 로 합치기 0. Github 원격 저장소에 새로운 repository 빈걸로 생성 1. git clone { 위에서 새로 생성한 repository 주소 } //원격 저장소를 local로 클론하는 작업 2. cd { 방금 생성한 repository가 local에 저장된 위치 경로 } 3. git subtree add --prefix={폴더 이름} {repository 주소} {branch 이름} -> 이 과정에서 오류가 날 경우 (ambiguous argument 'HEAD': unknown revision or path not in the working tree.' ) -> 해결 방법: git commit --allow-..