Tech Stack - HTML+CSS+Github
HTML&CSS
Github
- how to create a repo?
- how to clone a repo?
cd Desktop git clone https://github.com/ChaoZhang1998/html_css_tutorial.git
- how to commit a repo?
cd html_css_tutorial git add . git commit -m "first commit" git push -u origin master
- how to create a github pages?
From Chao Zhang's document and Xinyao Wang , Wiley Zhang's edit 20200921