私は本当に混乱しています。私はアプリにいくつかの変更を加え、変更をherokuにプッシュする必要があります。Git Push Herokuマスターが拒否されました。最新のものはすべて
私はgit add .
git commit -m "message"
、およびgit push origin master
を実行している(私の仕事は、masterブランチ上にあるすべての)、およびメッセージを取得するが、私は直後git push heroku master
を実行したときには、しかし
Everything up to date.
を言って、私はUpdates were rejected because the tip of your current branch is behind its remote counterpart. Integrate the remote changes (e.g. 'git pull ...') before pushing again.
git pull origin master
を実行すると、Already up-to-date
と表示されます。だから私は本当にここに何があるのか、何をする必要があるのか、本当に困惑しています!
ことが示唆されているように、あなたは 'gitのプルHerokuののmaster'を試みたことがありますか? –
はい、私はそれを反映するために私の質問を編集しました。 – bjorkland
'git pull herokuマスター' 'git pull origin master' –