How to reset Heroku app and re-commit everything?

前端 未结 9 2140
傲寒
傲寒 2020-12-07 09:57

I\'m building an application which I\'m also testing in Heroku. I ran into some problem today and had to rollback one commit in my local git repo, but Heroku now won\'t reco

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 10:39

    I once had a similar problem and solved it by changing one char in my code and running git add/commit/push again. I imagine you've already tried that though.

    Don't break the app, just add a comment to a CSS file or something and see if that does the trick

    good luck

提交回复
热议问题