git clone 부모 리포지토리 주소
cd 부모 리포지토리 이름
git subtree add --prefix-폴더 이름 자식 리포지토리 주소 branch 이름
git commit -m "커밋 메시지"
git push origin main
git clone https://github.com/jjjooosss/egov_practice.git
cd egov_practice
git subtree add --prefix=egov_test_emp https://github.com/jjjooosss/test1.git master
git commit -m "initial commit"
git push origin main
https://allmana.tistory.com/168
https://jie0025.tistory.com/59
올라가다가말다가하네 아오
'편안한코딩생활 > 기타등등' 카테고리의 다른 글
xss, csrf공격이란? (0) | 2023.08.02 |
---|---|
@Builder 패턴이 뭔데? (0) | 2023.07.25 |
http 1.1 체험하기 (0) | 2023.07.25 |