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