git clone -b {branch_name} --single-branch {저장소 URL}
예시.
git clone -b relative_f0 --single-branch http://github.com/hash2430/mellotron
'기타' 카테고리의 다른 글
Pytorch GPU device 쓸 때 디버깅 오류 (0) | 2020.06.12 |
---|---|
torch mm, bmm, matmul 차이 (0) | 2020.04.16 |
Tensorboard와 OSError: [Errno 12] Cannot allocate memory 에러 (0) | 2020.04.06 |
shutil 패키지를 이용해서 python에서 파일 복사/이동/삭제하기 (0) | 2020.03.27 |
git rest을 이용해 unstage하거나 unroll하기 (0) | 2020.02.06 |