Lesson 30
I followed everything you said, but it's not working. I published the website, but when I go back to Visual Studio Code and try to edit stuff, it doesn't save it to the website. It saves it to this.

I need help, please!!
25 Views
I followed everything you said, but it's not working. I published the website, but when I go back to Visual Studio Code and try to edit stuff, it doesn't save it to the website. It saves it to this.

I need help, please!!
It doesn't automatically send it to the website. You don't want everything you do to go to the website immediately. When you are ready, you open up Git and navigate to your folder. You type in git add . then git commit -m "edits - or whatever note you want to make about your changes" then git push origin master (or git push origin main)