LoginSignup
0
0

More than 3 years have passed since last update.

【Rails】git push herokuをしてもEverything up-to-dateと言われる【Heroku】【Git】

Last updated at Posted at 2021-03-05

症状

git push herokuをやっても、herokuに変更が反映されませんでした。

git push heroku
Everything up-to-date

「Everything up-to-date」は変更するデータないよと言われているようです。

原因を調べると、gitも更新されていなかったことがわかりました。

解決策

コミットはしたものの変更をマージしていなかったことが分かりました。。
以下のコマンドを良しなに入力して解決しました。

初歩的なミスでしたが、解消に時間がかかったので書きました。

git merge ブランチ名
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0