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
- HandlerMethodArgumentResolver
- ksql
- Stream
- 원격 브랜 삭제
- CompletableFuture
- @TransactionalEventListener
- IntelliJ
- JPA
- findTopBy
- 친절한 SQL 튜닝
- 리팩토링 2판
- git
- 자바 ORM 표준 JPA 프로그래밍 정리
- Spring Cloud Netflix
- aws
- ksqldb
- 마이크로 서비스
- vue.js
- java
- @Transactional Propagation
- 백명석님
- multipart테스트
- javascript case
- intellij 핵심 단축키
- 자바 ORM 표준 JPA 프로그래밍
- 리눅스
- #docker compose
- intellij 즐겨찾기
- Linux
- intellij favorites
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