[ 5일 완성 코스 4일차, 5일차] 05장 깃허브로 협업하기 05-1 여러 컴퓨터에서 깃허브 저장소 함께 사용하기 원격 저장소 복제하기 - git clone git clone 원격 저장소에서 지역 저장소로 가져오는것을 복제한다, 클론, 클로닝 이라고 함 $ git clone 복사한 주소 붙여넣기 git_home $ git clone https://github.com/ohjihoon2/test-git.git git_home $ git clone https://github.com/ohjihoon2/test-git.git git_office git_home 은 local repository git_office 는 회사 컴퓨터 repository 라고 생각 $ git remote -v clone을 하게 되면 ..