git force push

如下命令可以强行push当前的版本库到远程,github上的将会被覆盖

1
git push -u git@github.com:fire3/fire3.github.io.git master:master --force