interactive-rebase
Interactive Rebase
find out the commit a point earlier than the one you want to modify
execute the command:
change the text from
pick
toedit
in the list of the commitsto change the author of the commit:
git rebase --continue
git push -f
References
Last updated
Was this helpful?