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

beep
Ehab Alsharif 2020-10-24 15:41:47 +03:00 committed by GitHub
parent 18c35024fa
commit 25adf84c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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`