Add command to git ls-files (#7833)

Taken from https://fix.code-error.com/git-list-only-untracked-files-also-custom-commands/
feature/windows-fix-syntax-2
Peder Bergebakken Sundt 2022-03-02 03:54:04 +01:00 committed by GitHub
parent f3cb84bc88
commit d774bbea94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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`