Git atualizações não-fast-forward foram rejeitadas Mesclar as mudanças remotas

Como resolvo esse problema? Eu estou tentando confirmar, mas recebo o erro abaixo.

git push origem monty_svm_dev

To [email protected]:  ! [rejected]        monty_svm_dev -> monty_svm_dev
(non-fast-forward) error: failed to push some refs to
'[email protected]:/mygit.git' To prevent you from losing history,
non-fast-forward updates were rejected Merge the remote changes before
pushing again.  See the 'Note about fast-forwards' section of 'git
push --help' for details. root@li409-202:~/mypath#

questionAnswers(4)

yourAnswerToTheQuestion