Как увидеть файлы, которые наблюдают git

git log --pretty=format: --name-only --diff-filter=A | sort - | sed '/^$/d'
REX OMIV