Skip to content

GilGlendys/FE_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages