git初心者です。
的外れな質問してたらすみません。
いつものように
git push origin maseter
したら以下のエラーが出ました。
! [rejected] master -> master (non-fast-forward) error: failed to push some refs to 'https://xxx@bitbucket.org/xxx/xxxx.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Integrate the remote changes (e.g. hint: 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
赤字の部分が分岐?問題だったようです。
上から4行目(cb7deb):originにpush
上から2行目(acd288):herokuにだけpush(originにpushしてない)
このように、前回heroku側にしかpushしておらず、originにpushするのが漏れてました。これが原因で今回originにpush出来なくなったと理解しました。
この理解は合ってますでしょうか・・・?
originへのpushは、最後のpushで前回分もまとめて反映されるのかと思ってました・・・。
このような状況ですがどうすれば修復できるでしょうか?
先輩方どうか教えていただけないでしょうか?
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー