반응형
remote 저장소에서 특정 브랜치를 clone 하고 싶을 때 다음과 같이 커맨드를 작성합니다.
git clone -b { branch name } --single-branch { repo url }
ex)
git clone -b woohyeon --single-branch https://github.com/wooPedia/Leetcode.git
'기타 분야 > Git' 카테고리의 다른 글
다른 사람의 Repo를 내 Repo로 가져오기 (Github) (0) | 2021.04.20 |
---|---|
warning: LF will be replaced by CRLF in ~ (0) | 2020.05.06 |
좋은 커밋 메세지 작성법 (0) | 2020.02.05 |
[Error] 소스 트리 커밋 에러 | unable to auto-detect email address (0) | 2020.02.05 |
댓글