Y
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
saagarjha
1111 days ago
I often need to change the author on commits that aren't the topmost one.
link
rurban
1111 days ago
Then do it via rebase -i and e. I do that constantly,
link
saagarjha
1109 days ago
Yeah, but that's more annoying ;)
link