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
이클립스 프로젝트 GitHub에 올리기~
https://github.com/ GitHub: Where the world builds software GitHub is where over 56 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea
allmana.tistory.com
https://jie0025.tistory.com/59
[Github] 한개의 repository에 여러 프로젝트 올리기
1. git 설치는 필수적2. 올리고 싶은 프로젝트들이 존재하는 폴더로 이동 project 폴더 내부에 네가지 project가 존재했다.3. 우클릭 > Git Bash Here 클릭 4. git init ( 폴더별로 5,6,8 반복 , 7은 이미 레파지토
jie0025.tistory.com
[Git] 여러 레포지토리 하나로 합치기(Merge multiple repository)
안녕하세요 Foma👟 입니다! 오늘은 여러 레포지토리를 하나로 합치는 방법에 대해서 알아볼건데요. 예전에 플러터 공부하던 간단한 미니 프로젝트들이 많이 쌓여서 이걸 하나의 Flutter Example이라
fomaios.tistory.com
올라가다가말다가하네 아오
'편안한코딩생활 > 기타등등' 카테고리의 다른 글
[svn] 소스 라인별로 누가 커밋했는지 보는 방법 (1) | 2024.11.18 |
---|---|
xss, csrf공격이란? (0) | 2023.08.02 |
@Builder 패턴이 뭔데? (0) | 2023.07.25 |
http 1.1 체험하기 (0) | 2023.07.25 |