$ 0 0 Here I just post one clear pipeline to do soStep1: Use git log to get the commit ID.git logStep2: Use git reset to go back to the former version:git reset --hard <your commit id>