Hello World 👋
Hello World 👋
/
1️⃣
TIL v1 (2021-2022)
/
Git
Git
/
git 특정브랜치만 clone
Search

git 특정브랜치만 clone

git clone -b {branch_name} --single-branch {저장소 URL}
git에서 특정 브랜치만 clone하는 방법
git을 사용하다 브랜치 전체를 clone하지 않고 특정 브랜치 하나만 clone하는 것이 가능하다. 특히 브랜치가 많은 경우 이 방법을 사용할 수 있다.
git에서 특정 브랜치만 clone하는 방법
https://www.slipp.net/questions/577
git에서 특정 브랜치만 clone하는 방법
Copyright 2024 Im Hun