标签: node.js git heroku heroku-toolbelt
我使用this excellent answer添加私人git repo" Foo"作为Node.js项目中的依赖项" Bar"在Heroku上。
假设我将更新推送到该repo Foo,但Bar未更改。
有没有办法让Heroku更新/拉Foo?
目前,我发现的唯一方法是对Bar commit --amend --no-edit && push -f做一个微不足道的改变,以保持干净的历史......那肯定是更好的方法吗?< / p>
commit --amend --no-edit && push -f