Git status

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.