스테이징되지 않은 변경 사항이 있는 파일 이름을 나열하고 패치 세부 정보를 생략하는 명령은 무엇인가요?
git diff --name-only
git diff --staged --name-only
git tag --name-only
git log --name-only