How do I do a ‘git status’ so it doesn’t display untracked files without using .gitignore?

Use this:

git status -uno

which is equivalent to:

git status --untracked-files=no

It’s a bit hidden in the manuals, but the manpage for status says “supports the same options as git-commit”, so that’s where you’d have to look.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)