interactive-rebase
Interactive Rebase
find out the commit a point earlier than the one you want to modify
execute the command:
git rebase -i <earlier_commit>change the text from
picktoeditin the list of the commitsto change the author of the commit:
git commit --amend --author="Author Name <email@address.com>"git rebase --continuegit push -f
References
Last updated
Was this helpful?