일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- sqldeveloper
- Developer
- Oracle11g
- SpringInitializer
- RESTful
- 스프링부트
- install
- 환경변수
- Tomcat #SpringFramework
- 웹개발
- postman
- undefined
- 스프링시큐리티
- springboot
- ojdbc
- development
- SpringSecurity
- 스프링부트 #springboot #project #Intellij
- HATEOAS
- oracle
- Database
- Web
- springboot #controller #jsp
- mssql
- mysql
- tcping
- apache
- Maven
- IntelliJ
- restapi
Archives
- Today
- Total
여백에 도장 찍기
Git Submodule 본문
Git - Submodule
Git의 서브모듈은 Git 저장소 안에 다른 Git 저장소를 둘 수 있게 해준다. 이렇게 해도 두 Git 저장소 모두 여전히 독립적으로 관리된다.
서브모듈을 사용하는 프로젝트를 Clone하면 해당 서브모듈 디렉토리는 빈 디렉터리다:
먼저 git submodule init
명령으로 서브모듈을 초기화하고 git submodule update
명령으로 서버에서 데이터를 가져온다
[vagrant:root@localhost ~]# git clone 'http://git_repo_dir'
[vagrant:root@localhost ~]# submodule init
[vagrant:root@localhost ~]# submodule update
'VCS > Git ' 카테고리의 다른 글
필수로 알아두어야 할 Git Commands (0) | 2019.07.12 |
---|---|
[IntelliJ] GitHub에 Project 올리기 (0) | 2019.07.12 |
git - ssl connection error 해결 (0) | 2019.02.22 |
Git SSL Connection (0) | 2019.01.21 |
Git - Private Token 이용하여 파일 전송 (0) | 2018.12.06 |
Comments