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 histor
I encountered the same error, just add "--force" to the command, it works
git push origin master --force