![](/static/img/langs.18f499563f50.png)
git ls-files
Show information about files in the index and the working tree. More information: https://git-scm.com/docs/git-ls-files.
- Show deleted files:
git ls-files --deleted
- Show modified and deleted files:
git ls-files --modified
- Show ignored and untracked files:
git ls-files --others
![Изображение Выучи 10 хороших привычек для работы в UNIX от IBM](/static/img/promo/10-useful-habits.a185ad7bc985.png)