원격 저장소 복사
자습서의 이 단계에서는 사용자가 다른 팀 구성원이고 로컬 컴퓨터에서 작업할 수 있도록 이전 단계에서 우리가 만들고 푸시한 and 푸시한 원격 저장소를 다른 디렉터리로 복제하려고 한다고 가정합니다. 이 디렉터리를 tutorial2
라고 합니다.
Git clone 명령 을 사용하여 원격 저장소를 tutorial2
디렉터리에 복사합니다.
$ git clone https://example.backlog.com/git/BLGGIT/tutorial.git tutorial2
Cloning into 'tutorial2'...
Username:
Password:
remote: Counting objects: 3, done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
Git이 복제를 성공적으로 실행했는지 확인하려면 새로 복제된 디렉터리 tutorial2
의 sample.txt
에서 다음 라인을 찾으십시오.
Anyone can learn Git with this tutorial and Backlog