Here is a picture showing my directory I'm quite sure that I've made the files (index.html and readme.md) in the folder I initialize git. The files turn green and there was a U next to age after I typed "git init".
I then typed git add .
I then typed git commit -m "first commit
I then typed git log
and saw the commit was committed successfully.
Then I edit those files again, and type git status
and I receive in Visual Studio Code, 'On branch master nothing to commit, working tree clean'.
Instead, shouldn't I after editing the fails get something like 'Changes not staged for commit' or the U symbol next to the files again?
I have retried doing the above with different folders and different files and I still get 'Working clean tree'.