mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
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:
parent
f3cb84bc88
commit
d774bbea94
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
||||||
- Show ignored and untracked files:
|
- Show ignored and untracked files:
|
||||||
|
|
||||||
`git ls-files --others`
|
`git ls-files --others`
|
||||||
|
|
||||||
|
- Show untracked files, not ignored:
|
||||||
|
|
||||||
|
`git ls-files --others --exclude-standard`
|
||||||
|
|
Loading…
Add table
Reference in a new issue