I've edited my GIT repositories via Git Online. After I tried to push my local code changes, I got an error:
Git push failed, To prevent from losing history, non-fast forward updates were rejected.
How can I fix this?
Pull changes first:
git pull origin branch_name