sourcetree에서 submodule을 추가 할 수없는 경우
1336 단어 GitBucketsubmoduleSourceTreeGit
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
Reference
이 문제에 관하여(sourcetree에서 submodule을 추가 할 수없는 경우), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/GotoKazu/items/2d399409810ca231bd39
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
git submodule add ssh://[gitbucket]/user_name/repository.git dir_name
git submodule deinit path/to/submodule
git rm path/to/submodule
git config -f .gitmodules --remove-section submodule.path/to/submodule
Reference
이 문제에 관하여(sourcetree에서 submodule을 추가 할 수없는 경우), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/GotoKazu/items/2d399409810ca231bd39텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)