git rebase -i %BASE%
- Отмечаем необходимые коммиты командой
edit
git commit --amend --author="Test Example <test@example.com>"
git rebase --continue
- Повторить 3 и 4 шаги необходимое количество раз.
git rebase -i %BASE%
edit
git commit --amend --author="Test Example <test@example.com>"
git rebase --continue