I keep getting the following fail with heroku + git...
$ heroku jammit:deploy --app XXXXXXXXXXX ===== Compiling assets...[OK] ===== Commiting assets...[OK] =====
git push -f REMOTE BRANCH:master #or just master
Force it! Replace REMOTE with your heroku remote name (git remote -v to view all remotes). Replace BRANCH with the branch you want to push or just put "master" for the master branch.
git remote -v