본문 바로가기
기타 분야/Git

Git(깃) 특정 브랜치 clone(클론) 하기

by woohyeon 2020. 2. 24.
반응형

remote 저장소에서 특정 브랜치를 clone 하고 싶을 때 다음과 같이 커맨드를 작성합니다.

git clone -b { branch name } --single-branch { repo url }



ex)

git clone -b woohyeon --single-branch https://github.com/wooPedia/Leetcode.git



댓글