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