Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- kotlin
- 오블완
- mysql 튜닝
- Spring
- Pinpoint
- 코틀린 코루틴의 정석
- Linux
- 정보처리기사 실기
- minikube
- CloudWatch
- PETERICA
- aws
- Elasticsearch
- Kubernetes
- kotlin coroutine
- CKA 기출문제
- AI
- AWS EKS
- 정보처리기사실기 기출문제
- kotlin spring
- IntelliJ
- APM
- 티스토리챌린지
- 정보처리기사 실기 기출문제
- 기록으로 실력을 쌓자
- CKA
- Java
- kotlin querydsl
- MySQL
- 공부
Archives
- Today
- Total
목록git repository 합치기 (1)
피터의 개발이야기
[Github] Repository 합치기
ㅁ 들어가며 GitHub의 Repository를 그룹주체별로 정리를 하게 되었다. 새로운 Group Repository에 기존 Repository(이후 Repo)를 복사하는 과정을 정리하였다. ㅁ 작업 내용 이전 Repo: skaffold-spring-boot 신규 Repo: Spring 그룹 주제인 spring-projects # 그룹 Repo 이동 $ cd ~/git/spring-projects # Git 이력을 subtree로 추가 $ git subtree --prefix=skaffold-spring-boot \ # 이전 레포지토리명 https://github.com/peterica/skaffold-spring-boot.git \ # 이전 레포지토리 주소 master # 브런치명 # Remote p..
Programming/GitHub
2024. 2. 13. 13:11