ninokierulf / work-notes

My collection of learning and solutions to encountered issues
0 stars 0 forks source link

Change git commit author using rebase #2

Open ninokierulf opened 1 year ago

ninokierulf commented 1 year ago
git rebase -i COMMIT-SHA -x "git commit --amend --author 'Name <user@email.com>' -CHEAD"

ref: https://stackoverflow.com/a/25815116