Back
How do I do a git status so it doesn't display untracked files without using .gitignore? I want to get modification status information on tracked files only.
Since you want to perform git status so it doesn't display untracked files without using .gitignore, this following command can be referred
git status --untracked-files=no
31k questions
32.8k answers
501 comments
693 users