Git 서브모듈

2023. 5. 9. 14:42

https://git-scm.com/book/ko/v2/Git-도구-서브모듈

 

Git - 서브모듈

gitmodules 파일에 있는 URL은 조건에 맞는 사람이면 누구든지 Clone 하고 Fetch 할 수 있도록 접근할 수 있어야 한다. 예를 들어 다른 사람이 Pull을 하는 URL과 라이브러리의 작업을 Push 하는 URL이 서로

git-scm.com

 

git submodule add https://github.com/SKTBrain/KoBERT.git
git add KoBERT
git commit
git push

 

git clone 저장소
git submodule init
git submodule update

 

'* 조각글' 카테고리의 다른 글

리눅스 파일 관련  (0) 2023.05.09
리눅스 nohup 관련  (0) 2023.05.09

BELATED ARTICLES

more