快查log,确定你要的关键字:cleanup
git log | grep cleanup
通过准确定位查id commit
git log --grep='Samples cleanup'

reset 到这个id
git reset --hard 512030f4fa5e1f3131d897386087e896ae946a33
github desktop 上查看
快查log,确定你要的关键字:cleanup
git log | grep cleanup
通过准确定位查id commit
git log --grep='Samples cleanup'
reset 到这个id
git reset --hard 512030f4fa5e1f3131d897386087e896ae946a33
github desktop 上查看