I'm trying to save all changes I make both in the .html files and in the .css and .js files which are inside folders (for a better esthetic)
Let's assume I have in my local repository the following files and folders:
index.html, about.html, contact.html, and the following folders: CSS, js and fonts. When I type in the terminal git push origin master
(I have already synchronized my local to my remote repo), the only things that get uploaded/pushed are the .html files, but my CSS, js, and fonts folders doesn't go to my remote repo. What am I doing wrong?
Thank you, buddies.