サーバーでリポジトリを作成しました。自宅のコンピューターで引っ張った。今、私は変更を行い、それらは機能しています。サーバーにプッシュする必要があります。Git はプッシュを拒否しました。サーバー内のファイルを更新するにはどうすればよいですか?
$ git push
To ssh://erkin@mornehir.com/~/erkin
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'ssh://erkin@mornehir.com/~/erkin'
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.