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?
You need to perform:
git add . git commit -m "updated the header and footer" git push heroku master