I cloned my git repository to vscode. It was blank at the time.
I created multiple files and I committed them with the terminal code git push origin main. No problem there.
But I later put the JS file, the HTML file and the CSS file into folders.
Now, when I check git status, as normal it shows me the items to commit. But when I run the commit command it says "everything is up to date"... when it obviously isnt.
Any idea?
See image: