Git 批量Revert

git checkout HEAD
git reset --mixed branch
git checkout branch
git commit -m "message"

你可能感兴趣的:(Git 批量Revert)