So I stupidly made 3 commits on a machine that was not configured for git (no author or email) and I want to change those 3 commits (have not been pushed) authors to what they are suppose to be.
I know git commit --amend
can change the author, but how can I do it to 3? I know rebase can change the message. Is there a way to change author?