Technical/etc
[Git] 특정 Branch만 Clone하기, git clone 저장 폴더 변경
sga8
2020. 9. 4. 08:44
728x90
반응형
Git에서 특정 Branch만 Clone하기 ( --single-branch )
git clone -b 0.5-stable --single-branch https://github.com/facebook/react-native.git
Git에서 clone을 저장할 폴더 변경하기
- git clone 명령을 실행한 path에서 other_clone 폴더 내에 clone이 된다.
git clone https://github.com/facebook/react-native.git other_clone
728x90
반응형