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
- lsof
- find
- plugin
- ssh
- vscode
- netsh
- tomcat
- JavaScript
- bash
- context
- maVen
- 줄바꿈 문자
- profile
- VirtualBox
- resource
- Quartz
- web.xml
- import
- port
- Source
- Eclipse
- grep
- 네트워크
- 단축키
- xargs
- GIT
- IntelliJ
- Mac
- Windows 10
- Windows
Archives
- Today
- Total
develog
[git] log 특정 일자 이후로 수정된 파일 목록 조회하기 본문
# 2024-10-01 일 포함
git log --since='2024-10-01' --name-only --pretty=format: | sort | uniq
Comments