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-filesI 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