"git status" without untracked files
When having several untracked files within your git local repository, "git status" outputs a big chunk of lines.
After you have added the files you want to commit, those lines are irrelevant. Get rid of those lines with -uno parameter, do it in the following way:
git status -uno
"-uno" comes from "--untracked-files=no"
Don't worry about untracked files, they won't be deleted. They are only hidden from "git status" output.
Written by Islam Wazery
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#