Git Status Tracked Files Only

[Solved] Git Status Tracked Files Only | Shell - Code Explorer | yomemimo.com
Question : git status tracked files only

Answered by : amused-addax-b294eue304jd

#git status tracked files only
git status -uno
#which is equivalent to:
git status --untracked-files=no

Source : | Last Update : Mon, 26 Sep 22

Answers related to git status tracked files only

Code Explorer Popular Question For Shell