Top "Git-ls-files" questions

Git: list only "untracked" files (also, custom commands)

Is there a way to use a command like git ls-files to show only untracked files? The reason I'm asking …

git git-status git-rm git-stage git-ls-files
git ls-files in bare repository

I want to access a bare git repository, and I want to list all files in the repository. On a …

git git-bare git-ls-files