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 |
Tags
- intellij 핵심 단축키
- Spring Cloud Netflix
- Linux
- 리눅스
- 원격 브랜 삭제
- javascript case
- 리팩토링 2판
- Stream
- intellij 즐겨찾기
- IntelliJ
- @Transactional Propagation
- multipart테스트
- 마이크로 서비스
- 백명석님
- intellij favorites
- ksqldb
- #docker compose
- vue.js
- CompletableFuture
- 친절한 SQL 튜닝
- java
- 자바 ORM 표준 JPA 프로그래밍
- JPA
- ksql
- HandlerMethodArgumentResolver
- 자바 ORM 표준 JPA 프로그래밍 정리
- aws
- findTopBy
- git
- @TransactionalEventListener
Archives
- Today
- Total
목록브랜치를 마스터로 변경 (1)
시그마 삽질==six 시그마
현재 브랜치를 마스터로 만들기
git checkout better_branch git merge --strategy=ours master # keep the content of this branch, but record a merge git checkout master git merge better_branch # fast-forward master up to the merge 출처:https://stackoverflow.com/questions/2763006/make-the-current-git-branch-a-master-branch
프로그래밍/GIT
2020. 3. 6. 00:43