1. 回滚

1
2
git reset --hard a1c86bc3
git push origin HEAD --force

2. 遴选

1
git cherry-pick <commit id>