Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SpringBoot
- Swift
- JavaScript
- git
- 에러
- 클라우드 서비스 특징
- 깃
- Mac
- 자바스크립트
- 오류
- Xcode
- 클라우드 서비스
- 서평
- MySQL
- 책
- 동구
- java
- spring
- 독후감
- missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- 파이썬 웹크롤링
- 줄거리
- 기록하는 동구
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- 한줄평
- 콜미동구
- git push
- Mapper
- 자바 파일업로드
- 데이메이커
Archives
- Today
- Total
목록특정브랜치 클론 (1)
인생은 속도가 아니라 방향이다
[Git] Git, GitLab에서 특정 브랜치만 클론하는 방법
최종브랜치에 있는 master브랜치가 아닌 개발중인 다른 브랜치만 내 로컬에 clone 하고 싶어졌다. 명령어는, $git clone -b [특정브랜치] --single-branch [저장소URL] ex)만약 특정브랜치 test만 클론하고 싶다면 아래 명령어를 사용하면된다. $git clone -b test --single-branch https://gitlab.com/wiju_repo_api_group/noljang-biz-2.git
형상관리/Git
2020. 2. 2. 18:57