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