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 | 31 |
Tags
- web.xml
- find
- resource
- context
- Mac
- ssh
- JavaScript
- maVen
- port
- tomcat
- 단축키
- vscode
- IntelliJ
- import
- netsh
- Windows
- xargs
- profile
- grep
- 줄바꿈 문자
- Eclipse
- Quartz
- Source
- VirtualBox
- lsof
- 네트워크
- bash
- GIT
- Windows 10
- plugin
Archives
- Today
- Total
develog
[git] diff exclude, 특정 파일 제외하기 본문
# 제외할 파일을 ':!제외할파일' 형태로 입력한다
git diff devmain prdmain --name-status ':!common/flash_bak' ':!common/fusionChart_bak'
Comments