git回滚到指定版本并强制提交

回到指定版本:

git reset --hard e499aac9257354c54ac2e1ff6a393ac7c8d2f342

强制提交:

git push -f origin master