だから私は「test_branch」と呼ばれるブランチにいます。
私はそうしますgit add .
、git commit
そしてすべてがうまくいきます。
しかし、私がそうするgit push
と、エラーが表示されます:
! [rejected] acceptance -> acceptance (non-fast-forward)
error: failed to push some refs to 'git@github.com:company/sample.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes (e.g. 'git pull') before pushing again. See the
'Note about fast-forwards' section of 'git push --help' for details.
git pull
実行すると、すべてが最新であることがわかり、その後プッシュを実行すると、上記と同じエラーが表示されます。
誰かがこれで私を助けてくれますか?
ありがとう。