Git

[Git] 특정 브랜치만 clone해 오기

개발도사(진) 2023. 1. 16. 14:26

git bash 창에서

$git clone -b {브랜치 이름} --single-branch {원격 repository 주소}