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