Git status

From NovaOrdis Knowledge Base
Revision as of 05:09, 4 July 2021 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Shows the working tree status.

Empty Directories DO NOT SHOW

If you create an empty directory, or an empty directory hierarchy, git status does not see them!

You will need to add a file in newly created directory for git status to see it. .gitkeep is a good option.