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