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