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 | 29 | 30 | 31 |
Tags
- java
- spring cloud
- Node
- regex
- Webpack
- upgrade
- REACTJS
- git
- log4j2
- mysql 5.5
- REACT
- JavaScript
- MySQL
- update
- Chunk
- 퀵소트
- npm
- migration
- spring
- nodejs
- eslint
- Express
- log_bin
- Effective Java
- 정규표현식
- current_date
- Regular expression
- expire_logs_days
- Spring Batch
- Effective Java 3/e
Archives
- Today
- Total
내 세상
[Git] 특정 branch만 clone하는 명령어 본문
728x90
반응형
git clone -b master --single-branch http://abc.com/test.git
위와 같은 형태로 사용함.
git clone -b [branch_name] --single-branch [git_url]
728x90
반응형
'Technical > etc' 카테고리의 다른 글
[Docker] Windows Docker 설치/ Windows10 Kafka 설치 (0) | 2022.12.20 |
---|---|
[ETC] CSS Gradient background 버튼 (0) | 2022.11.03 |
[Javascript] Keyup call function & pass parameters (0) | 2021.11.18 |
[ETC] Windows Server 2016 Telnet 활성화 (0) | 2021.07.09 |
[GIT] Author/Commiter 정보 일괄 변경 (filter-branch) (0) | 2021.02.04 |