이 글을 읽는 방법http://cooliron.blog.163.com/blog/static/1247031382013023103231950/
조금 번거롭고, 제 코드에 링크도 많아서 하기 힘든데, 혹시 쉬운 방법이 없을까요?
예:
/feeds/oldpackages/net/coova-chilli/Makefile 이 파일을 추적하고 싶지만 feeds의 다른 모든 파일은 추적하고 싶지 않습니다. .gitignore를 구성하는 방법
/feeds/oldpackages/net/coova-chilli/Makefile
feeds
光阴似箭催人老,日月如移越少年。
.gitignore에서는 feeds/을 무시하세요. 그럼 git add -f /feeds/oldpackages/net/coova-chilli/Makefile
.gitignore
feeds/
git add -f /feeds/oldpackages/net/coova-chilli/Makefile
그렇습니다
.gitignore
에서는feeds/
을 무시하세요. 그럼
git add -f /feeds/oldpackages/net/coova-chilli/Makefile
그렇습니다
으아악