Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 365 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 365 Bytes

Project setup

yarn install

Compiles and hot-reloads for development

yarn dev

git commands

download

git clone <url>

watch

git pull origin master

upload

git add . <!-- #checke files -->
git commit -m "text" <!-- #upload and type comment -->
git push origin master <!-- #pushing checked files -->