자바칩

[Git] 특정 브랜치만 clone하는 방법 본문

Study/Command

[Git] 특정 브랜치만 clone하는 방법

아기제이 2025. 1. 6. 13:56
728x90
git clone -b {branch_name} --single-branch {저장소 URL}