본문 바로가기

VersionControl

[git] Git clone 문법

간단한거 같으면서도 매번 헛갈려서 정리...

 

형태는 아래와 같다.

$ git clone [ID]@[IP]:[Path]

 

예제는 아래와 같다.

 

끝!