Published Dec 02, 2022
[
 
]
git config --global user.name "New Author Name"
git config --global user.email "<email@address.example>"
git commit --amend --no-edit --reset-author
git rebase -r --root --exec "git commit --amend --no-edit --reset-author"