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:
Peder Bergebakken Sundt
2022-03-02 03:54:04 +01:00
committed by GitHub
parent f3cb84bc88
commit d774bbea94

View File

@@ -14,3 +14,7 @@
- Show ignored and untracked files:
`git ls-files --others`
- Show untracked files, not ignored:
`git ls-files --others --exclude-standard`