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 |
Tags
- 자바 ORM 표준 JPA 프로그래밍
- vue.js
- 리팩토링 2판
- @Transactional Propagation
- intellij 즐겨찾기
- HandlerMethodArgumentResolver
- 원격 브랜 삭제
- JPA
- intellij favorites
- 자바 ORM 표준 JPA 프로그래밍 정리
- IntelliJ
- 마이크로 서비스
- multipart테스트
- git
- ksqldb
- aws
- @TransactionalEventListener
- findTopBy
- javascript case
- intellij 핵심 단축키
- CompletableFuture
- ksql
- java
- 백명석님
- Stream
- Linux
- 리눅스
- 친절한 SQL 튜닝
- Spring Cloud Netflix
- #docker compose
Archives
- Today
- Total
목록apply .gitignore (1)
시그마 삽질==six 시그마
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dJNoQE/btqCsHRC7qg/KtVwOQdnlrIxkylxXrhxNk/img.png)
.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