sourcetree에서 submodule을 추가 할 수없는 경우

sourcetree 2.3.1

mac에서 sourcetree에서 서브 모듈을 추가하는 단계



1, 왼쪽 메뉴에서 오른쪽 클릭.


2, 리포지토리 URL을 기입해, 로컬의 디렉토리도 지정


3, 그럼 오류.


[warning: templates not found] 코코 라헨을 조사해 보면
sourcetree의 버그라든지...
h tp // 시로이즈. 는 bぉ. jp/엔트리/2016/10/28/182252

sourcetree에서 추가 할 수없는 것 같습니다. 명령으로 추가 할 수 있습니다.
git submodule add ssh://[gitbucket]/user_name/repository.git dir_name

추가할 때 하위 모듈로 추가한 리포지토리도 sourcetree에서 인식되었습니다. 좋았다.

삭제 명령
git submodule deinit path/to/submodule
git rm path/to/submodule
git config -f .gitmodules --remove-section submodule.path/to/submodule

좋은 웹페이지 즐겨찾기