GilGlendys / FE_Project

This is a introduction to React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some basic Git commands are:

git status
git add
git commit

For remote access...

git remote add origin https://github.com/GilGlendys/FE_Project.git
git push -u origin master

Sample:

git add README.md
git commit -m "first commit"
git remote add origin https://github.com/GilGlendys/FE_Project.git
git push -u origin master

About

This is a introduction to React