コンテンツにスキップ

git revert コミットしない#

-n または --no-commit をつける

git revert <commit> -n
git revert <commit> --no-commit

参考#