Skip to content

MAVLGH/react-course-expensify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Commands

git init - Create a new git repo git status - View the changes to your project code git add - Add files to staging area git commit - Creates a new commit with files from staging area git log - View recent commits git remote add origin [email protected]:MAVLGH/react-course-expensify-app.git git remote -v git push -u origin master

SSH Commands

ssh-keygen ssh - T [email protected] // checking if shh conexion was established with github

Heroku

heroku login heroku create react-course-expensify-mmvvll git push heroku master heroku open heroku logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages