git branch clone git의 브랜치(branch)를 복제(clone)하고 싶을때는 아래 명령어로 실행할 수 있다. $ git clone -b {branch_name} --single-branch {저장소 URL} git 2019.11.13