로딩...

retrospect | 회고

목록

관련 명령어

# 수정하는 파일 중 존재하는 파일 리스팅
git log --since="2024-01-01" --until="2024-12-31" --pretty=format: --name-only | sort | uniq | xargs -I{} git ls-files --error-unmatch {} 2>/dev/null