💬git pushしてもgitの中身が変わらない2023/04/29に公開GitHerokuRailsRubytech 結論:Herokuが違うアプリとRemoteしていた https://qiita.com/Tattsum/items/b86c9d698b0727934836 HerokuのURLを変更する $ git remote -v 確認した $ git remote set-url heroku https://git.heroku.com/warm-hamlet-18917.git $ git remote -v https://www.zunouissiki.com/entry/cannot-git-push-everything-up-to-date/ $ git add . $ git commit -m “Change heroku URL” $ git push gitの中身が変わった 1年前の自分用メモを再編集しています。 Discussion
Discussion