Changing Author on lots of Commits at Once Posted on May 10, 2024 by Adam Young git rebase HEAD~4 --exec 'git commit --amend --author "Adam Young admiyo@os.amperecomputing.com" --no-edit'