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
- @Transactional Propagation
- java
- CompletableFuture
- ksql
- ksqldb
- intellij 핵심 단축키
- 리눅스
- Stream
- JPA
- findTopBy
- 자바 ORM 표준 JPA 프로그래밍 정리
- 원격 브랜 삭제
- git
- intellij 즐겨찾기
- intellij favorites
- IntelliJ
- @TransactionalEventListener
- 마이크로 서비스
- multipart테스트
- 친절한 SQL 튜닝
- #docker compose
- 백명석님
- 자바 ORM 표준 JPA 프로그래밍
- Linux
- aws
- javascript case
- HandlerMethodArgumentResolver
- Spring Cloud Netflix
- vue.js
- 리팩토링 2판
Archives
- Today
- Total
목록apply .gitignore (1)
시그마 삽질==six 시그마
이미 tracking된 원격 저장소에 .gitignore 적용
.gitignore에 추가하지 못하고 push한 경우가 있다. 본 코드 입력시 원격저장소에 이미 push 된 gitignore 파일들이 사라진다. git rm -r --cached . git add . git commit -m ".gitignore is now working" git push 출처 :https://stackoverflow.com/questions/19663093/apply-gitignore-on-an-existing-repository-already-tracking-large-number-of-file
프로그래밍/GIT
2020. 3. 6. 00:24