Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- reactive
- reactor
- reactor core
- 공유기 서버
- ipTIME
- 웹 스터디
- Spring Batch
- 웹앱
- Spring Framework
- 서버운영
- spring reactive
- 웹 커리큘럼
Archives
- Today
- Total
Hello World
이미 올렸던 파일 gitignore하기 본문
반응형
이미 add하고 올렸던 파일은 캐시가 남아 gitignore에 추가해도
사라지지 않는 경우가 있다.
그럴 땐 캐시를 삭제해주면 된다.
git rm --cached name_of_file
refer
http://stackoverflow.com/questions/4308610/how-to-ignore-certain-files-in-git
반응형
'버전관리 > Git' 카테고리의 다른 글
Sourcetree + Github 연동 (0) | 2016.01.11 |
---|---|
Git flow, GitHub flow, GitLab flow (0) | 2016.01.10 |
Git Branch Study (0) | 2016.01.10 |
Comments