1. git log //仓库的日志信息
    2. git reset --hard xxx //版本回退
    3. git reflog // 向前查看日志信息
    4. git push -f //强制覆盖