上传文件:
git add . //添加到静态库
git commit -m "xxxxxx" //加修改注释
git push //推到远程仓库
查看所有版本:
git reflog
返回上个版本:
git reset --hard 478ff3e