Comment 8 for bug 1750630

Revision history for this message
Jason Stephenson (jstephenson) wrote :

When you commit, you can change the author like so:

git commit --author="First Last <email address hidden>"

if you're using command line git.

You can also change the author after the fact by adding --amend.