Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 292 Bytes

readme.md

File metadata and controls

9 lines (8 loc) · 292 Bytes

Git Commands

git init - Create new repository git status - View the changes you made git add - Add files to staging area git commit - Creates new commit with files from staging area git log - View recent commits heroku login - (If you are not logged in) git push heroku master - Final step