Explorar o código

Add command to git ls-files (#7833)

Taken from https://fix.code-error.com/git-list-only-untracked-files-also-custom-commands/
Peder Bergebakken Sundt %!s(int64=3) %!d(string=hai) anos
pai
achega
d774bbea94
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/git-ls-files.md

+ 4 - 0
pages/common/git-ls-files.md

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