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
- vueslot
- Transactions Propagation Option
- 자바버그수정
- docker 로그
- NoArgsConstructor
- spring repository
- AllArgsConstructor
- Vue
- CrudRepository update
- vuecomponent
- spring JPA DB multi Connection
- Spring
- spring JPA DB Connection
- spring mapper
- JPA DB Connection 다중
- repository annotation
- Data Annotation
- spring DB Connection
- spring mapper annotation
- doker logs tail
- 도커 로그 확인
- @Builder @NoArgsConstructor
- JAVA Exception 종류
- 도커 컨테이너 로그
- Spring JPA Specification
- JpaRepository update
- JPA DB 다중 Connection
- 도커 logs
- spring @mapper
- mapper annotationo
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 |
---|