how to update application on heroku
heroku, ruby-on-rails
Solution
You need to perform:
git add .
git commit -m "updated the header and footer"
git push heroku master
Problem
I am new to heroku. I created a very simple rails app, and deployed it to heroku. how can I commit the changes to git?