What does \"Changed but not updated mean\"? These files are in git, they\'ve been modified but when I run \"git status,\" these changes appear under \"Changed but not updated\"
Every time you modify a file, you have to add it using git add to be able to commit it, even if you did add it at the beginning.
git add