Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- upgrade
- spring cloud
- expire_logs_days
- Webpack
- spring
- Regular expression
- Node
- REACT
- Spring Batch
- 퀵소트
- REACTJS
- log4j2
- current_date
- migration
- JavaScript
- log_bin
- Effective Java 3/e
- npm
- mysql 5.5
- Chunk
- java
- eslint
- Effective Java
- 정규표현식
- git
- nodejs
- Express
- regex
- update
- MySQL
Archives
- Today
- Total
내 세상
[Git] 특정 Branch만 Clone하기, git clone 저장 폴더 변경 본문
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
반응형
'Technical > etc' 카테고리의 다른 글
[Windows] RDP/원격 데스크탑 여러 모니터 중 일부만 실행 (2) | 2020.12.29 |
---|---|
[JavaScript] Uncaught TypeError: $(...) is not a function (0) | 2020.09.24 |
[Git] 멍청한 Push를 되돌려보자 (0) | 2020.08.31 |
[express] fetch를 사용하여 formdata를 넘길 때, files을 전달하는 방법(React/Express/Multer) (0) | 2020.07.01 |
SSH RSA 공유키 충돌 문제 해결 (0) | 2019.02.13 |