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
- @Transactional Propagation
- ksql
- intellij 핵심 단축키
- intellij favorites
- Linux
- #docker compose
- Spring Cloud Netflix
- CompletableFuture
- 리눅스
- findTopBy
- javascript case
- Stream
- ksqldb
- 자바 ORM 표준 JPA 프로그래밍
- JPA
- 리팩토링 2판
- 마이크로 서비스
- IntelliJ
- 백명석님
- 자바 ORM 표준 JPA 프로그래밍 정리
- intellij 즐겨찾기
- aws
- @TransactionalEventListener
- vue.js
- HandlerMethodArgumentResolver
- 원격 브랜 삭제
- java
- 친절한 SQL 튜닝
- git
- multipart테스트
Archives
- Today
- Total
목록원격 브랜 삭제 (1)
시그마 삽질==six 시그마
git branch/checkout
1. branch #show local branches git branch #show remote branches git branch -r #List all branches(include remote) git branch -a #Delete the specified branch git branch -d #Force delete the specified local branch git branch -D ex) git branch -D feature/test2 #Force delete the specified remote branch git push --delete ex) git push origin --delete feature/test2 #Rename the current branch to . git br..
프로그래밍/GIT
2020. 8. 10. 20:01