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