Heroku Git说 "up to date",但它没有更新。

问题描述 投票:0回答:1

的背景。当我需要做出改变的时候, 我首先应用了这个。

$ heroku git:clone -a ewbudget
$ cd ewbudget

而不是仅仅更新它:

$ git add .
$ git commit -am "make it better"
$ git push heroku master

我读到我应该检查我是否在主分支上,我是在主分支上,但由于某些原因,我仍然无法更新我的新代码。

git heroku git-push
1个回答
0
投票

我有同样的,现在我更新了我的代码已经运行的应用程序,像这样。

git commit -am "your-message"
git push heroku
© www.soinside.com 2019 - 2024. All rights reserved.