Web Development 101 Notes
The first class was took place on March 15, 2020.
The next lesson is one week later.
git status - to see if everything is up to date.
git add - to add one of your files to the repository.
git commit -m " " - to commit the changes, to comment.
git push - to push your changes through, to send.
** or __
: bold text.
* or _
: italic text. italic text.
~
: strikethrough text.
** and _
: bold and italic text - to italicize a certain word in a bold sentence.
***
: bold and italic text - to make the whole sentence bold and italic.
>
: you can quote a text with this.