Add command to git ls-files (#7833)
Taken from https://fix.code-error.com/git-list-only-untracked-files-also-custom-commands/
This commit is contained in:

committed by
GitHub

parent
f3cb84bc88
commit
d774bbea94
@@ -14,3 +14,7 @@
|
||||
- Show ignored and untracked files:
|
||||
|
||||
`git ls-files --others`
|
||||
|
||||
- Show untracked files, not ignored:
|
||||
|
||||
`git ls-files --others --exclude-standard`
|
||||
|
Reference in New Issue
Block a user