Git2019-08-04 约 22 字 预计阅读 1 分钟Git 奇淫巧技1. 回滚1 2 git reset --hard a1c86bc3 git push origin HEAD --force 2. 遴选1 git cherry-pick <commit id>