본문 바로가기

편안한코딩생활/기타등등

깃 레포지토리 하나에 여러 프로젝트 올리기 코드 백업~

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

https://fomaios.tistory.com/entry/Git-%EC%97%AC%EB%9F%AC-%EB%A0%88%ED%8F%AC%EC%A7%80%ED%86%A0%EB%A6%AC-%ED%95%98%EB%82%98%EB%A1%9C-%ED%95%A9%EC%B9%98%EA%B8%B0Merge-multiple-repository

 

[Git] 여러 레포지토리 하나로 합치기(Merge multiple repository)

안녕하세요 Foma👟 입니다! 오늘은 여러 레포지토리를 하나로 합치는 방법에 대해서 알아볼건데요. 예전에 플러터 공부하던 간단한 미니 프로젝트들이 많이 쌓여서 이걸 하나의 Flutter Example이라

fomaios.tistory.com

올라가다가말다가하네 아오

'편안한코딩생활 > 기타등등' 카테고리의 다른 글

xss, csrf공격이란?  (0) 2023.08.02
@Builder 패턴이 뭔데?  (0) 2023.07.25
http 1.1 체험하기  (0) 2023.07.25