git revert -n HEAD~数..HEAD
git restore --staged --worktree ファイル
git restore --staged ファイル
git restore ファイル
git restore --source=コミットハッシュ ファイル