아요 개발 일기
[GitHub] 특정 branch만clone하는 방법 본문
반응형
Git에서 branch 전체를 clone하지 않고 특정 branch만 clone 해보자.
git clone -b {branch_name} --single-branch {저장소 URL}
예시
반응형
'GitHub' 카테고리의 다른 글
[GitHub] repo에 .gitignore 파일 추가하기 (0) | 2023.08.22 |
---|---|
[GitHub] Git commit 메세지 변경하기 (0) | 2023.01.27 |
Linux 명령어 모음 (1) | 2023.01.27 |
[GitHub] Xcode에서 branch 가져오기 (0) | 2023.01.27 |
[GitHub_Error] token 인증 로그인 - remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead. (0) | 2023.01.27 |