I am creating a facebook application and I am using this Heroku for the first time as I was following the procedure provided in the link instruction. While deploying to Heroku, the third step in instruction i.e. pushing the modified code up to Heroku with
git push heroku master
it throws a following error
To git@heroku.com:xxxxxxxx.git
![rejected] master -> master(non-fast - forward)
error: failed to push some refs to 'git@heroku.com:xxxxxxxxxx.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' sections of 'git push --help' for details.
Please give me the solution!!