Posts Git - 명령어 - 4. 클론
Post
Cancel

Git - 명령어 - 4. 클론

Clone


[1] 기본 클론

1
git clone https://github.com/{사용자명}/{원격 리포지토리명}.git


[2] 특정 브랜치만 클론

1
git clone -b {브랜치명} https://github.com/{사용자명}/{원격 리포지토리명}.git


This post is licensed under CC BY 4.0 by the author.