So I did some CSS changes on my local, ran git add ., git commit -am \"Hello\", git push heroku master, and for some reason two commmi
git add .
git commit -am \"Hello\"
git push heroku master
Make sure your local branch is master. If you're using a different local brach then you have to use.
git push heroku your_local_branch_name:master