github - Why after git add ., and then check git status, nothing to commit will be displayed
In git bash, I used git add. to add the files of the entire folder to the temporary storage area, but then after using git status, git bash showed that on branch master nothing to commit, working directory clean, This is Why?