Когда я пытаюсь сделать git push to heroku, я получаю следующую ошибку:
[sample_app (master)]$ git push heroku
To git@heroku.com:zachstwitterclone.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@heroku.com:zachstwitterclone.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.
Что мне делать?