git回退代码教程 2022-04-12 本文已影响0人 kentlin 查看commit信息列表 git log image.png 截取部分commit的id,用来回退 git reset --hard 992a5088 强制提交 git push --force