Hacker News new | ask | show | jobs
by ahrzb 1111 days ago
But changing commit author is quite easy with git, just do: ‘git commit -a —author “<name+email>”’
1 comments

I often need to change the author on commits that aren't the topmost one.
Then do it via rebase -i and e. I do that constantly,
Yeah, but that's more annoying ;)