특정 branch만 clone하는 방법

posted by donghyun

1 min read

태그
$ git clone -b {branch_name} --single-branch {repo-url}
// ex) git clone -b develop --single-branch https://github.com/Semaj2010/test.git