404

git重置到自定义版本

Jun 26, 2022
172
0
git log #查看版本号
git reset --hard [版本号]
git push -f  #强制推送