Skip to content
techb4
Day:
February 12, 2021
Changing git commit AUTHOR and COMMITTER
February 12, 2021
techb4
0
how-to
It’s as simple as: git -c user.name="Author Name" -c user.email=author@email.com commit --amend --reset-author All done.
Read More
git