I am not able to push on git?

Viewed 43166

git push origin master shows an error

failed to push some refs to 'git@github.com:xyz/abc.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.

What is this? How to recover this?

6 Answers
Related