본문 바로가기
개발

깃헙 sub repo 관련 명령어

by 제이콥 2020. 3. 6.

깃헙에서 sub repo 포함해서 모두 가져오기

git clone --recursive https://github.com/aibraininc/gretchen-package.git

깃헙에서 sub repo 만드는 방법

git submodule add <remote child repo>

 

모든 sub repo update

git submodule update --init --recursive

git pull --recurse-submodules

 

'개발' 카테고리의 다른 글

그누보드 g5 관련 링크 모음  (0) 2020.03.30
firebase react setup 및 firestore 데이터 가져오기  (0) 2020.03.20
react-router path 가져오기  (0) 2020.02.29
javascript delay function  (0) 2020.02.14
mobx-react 실전, 요약  (0) 2020.02.12

댓글