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
- spring JPA DB Connection
- Transactions Propagation Option
- Vue
- NoArgsConstructor
- 도커 컨테이너 로그
- repository annotation
- mapper annotationo
- spring mapper annotation
- 도커 logs
- spring DB Connection
- vueslot
- Spring JPA Specification
- spring @mapper
- Spring
- CrudRepository update
- spring repository
- docker 로그
- spring mapper
- vuecomponent
- spring JPA DB multi Connection
- JAVA Exception 종류
- 자바버그수정
- JPA DB 다중 Connection
- JpaRepository update
- doker logs tail
- Data Annotation
- AllArgsConstructor
- @Builder @NoArgsConstructor
- 도커 로그 확인
- JPA DB Connection 다중
Archives
- Today
- Total
개발을 잘하고 싶은 개발자
git stash pop, git stash apply, git stash drop 본문
평소에 소스 꾸러미 git stash 보따리를 자주 사용하고 있다.
하지만 마구 사용하면 보따리에 나의 소스들이 계~속 쌓이기만 한다.
git stash pop
git stash apply
git stash drop
위 3개의 차이를 최근에서야 알았다.
나는 평소에 pop만 사용했고, stash list는 가끔 소스트리에서만 확인했었지
정리는 안하고 있었다.
어느날 apply 명령어를 알게 되었고, 요즘은 chore한 코드는 apply를 많이 사용하고 있다.
'git' 카테고리의 다른 글
[git] git stash 잠시 저장해두고 싶어 (0) | 2021.07.21 |
---|