git-ls-files: add page (#4753)
This commit is contained in:
16
pages/common/git-ls-files.md
Normal file
16
pages/common/git-ls-files.md
Normal 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`
|
Reference in New Issue
Block a user