git-ls-files: add page (#4753)

This commit is contained in:
Ehab Alsharif
2020-10-24 15:41:47 +03:00
committed by GitHub
parent 18c35024fa
commit 25adf84c03

View File

@@ -0,0 +1,16 @@
# 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`