Journal Entry 1: 9-22-23
Steps to update my website online:
- First: open terminal and navigate to folder "cd ./desktop/jennywangg.github.io"
- Then add changes "git add . "
- Commit changes by adding a message that describes your changes "git commit -m "your message"
- Finally, launch everything online by typing "git push"