Htmlcssgithub
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
cd html_css_tutorial
git add .
git commit -m "first commit"
git push -u origin master
From Chao Zhang’s document and Xinyao Wang , Wiley Zhang’s edit 20200921