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
- Spring JPA Specification
- 도커 컨테이너 로그
- @Builder @NoArgsConstructor
- Vue
- spring @mapper
- Data Annotation
- repository annotation
- 자바버그수정
- spring mapper annotation
- spring JPA DB multi Connection
- JPA DB 다중 Connection
- Spring
- vueslot
- Transactions Propagation Option
- doker logs tail
- JPA DB Connection 다중
- spring DB Connection
- vuecomponent
- NoArgsConstructor
- CrudRepository update
- JpaRepository update
- spring mapper
- spring JPA DB Connection
- 도커 로그 확인
- AllArgsConstructor
- docker 로그
- mapper annotationo
- 도커 logs
- spring repository
- JAVA Exception 종류
Archives
- Today
- Total
목록git (2)
개발을 잘하고 싶은 개발자
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
2024. 1. 11. 18:02

git이 없었으면 협업 시 얼마나 힘들었을까... 상상해본다면 너무 끔찍하다ㅠ 나는 나름대로 git을 오래썼고 유용하게 써왔다고 생각하는 git팬 중 하나다 ㅎㅎ 오늘은 git 의 여러 기능 중 하나인 stash를 소개하는 글을 써본다 참고 https://git-scm.com/book/ko/v2/Git-%EB%8F%84%EA%B5%AC-Stashing%EA%B3%BC-Cleaning Git - Stashing과 Cleaning 작업하던 저장소가 완전 지저분해져서 Git에게 진짜로 강제로 정리하도록 해야 하는 경우가 생길 수 있다. 예를 들어 Git 버전관리 데이터가 포함된 디렉토리를 복사해왔거나 서브모듈 디렉토리 git-scm.com 여기 스테이지에 올라가지 않은 파일이 있다 갑자기 이 trace.vue..
git
2021. 7. 21. 17:34