how to commit new changes to server for heroku code example
Example 1: git remote add heroku
heroku git:remote -a project
Example 2: git push to heroku
$ git push heroku master
heroku git:remote -a project
$ git push heroku master