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!!
22 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!!
How do i go about being to make it viewable to other people?
Hello, I am having an issue with git. I don't understand why it is doing this.

It doesn't look like you first navigated to the folder where your project is located. You can ignore the CRLF stuff.
Can someone tell me what is going on here?

You have to type in git config --global user.email "put your email address in here"
Then do the same with the name line. Copy it exactly and put your name in the quotes.
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)