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 |
Tags
- Kubernetes
- CKA 기출문제
- CloudWatch
- minikube
- Java
- AWS EKS
- aws
- golang
- CKA
- kotlin coroutine
- 티스토리챌린지
- tucker의 go 언어 프로그래밍
- Pinpoint
- docker
- kotlin
- 정보처리기사실기 기출문제
- Linux
- 공부
- Spring
- kotlin querydsl
- mysql 튜닝
- APM
- Elasticsearch
- PETERICA
- AI
- go
- 정보처리기사 실기 기출문제
- 코틀린 코루틴의 정석
- 기록으로 실력을 쌓자
- 오블완
Archives
- Today
- Total
목록git repository 합치기 (1)
피터의 개발이야기

ㅁ 들어가며 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