Closed supereagle closed 7 years ago
The directory is added, but the content of the directory is not added. Any changes of the content in the directory will not be listed by git status, and these changes will not be added by git add.
git status
git add
git rm --cached directory git add directory
Problem
The directory is added, but the content of the directory is not added. Any changes of the content in the directory will not be listed by
git status
, and these changes will not be added bygit add
.Solution
Reference