Friday 13 September 2013

Changing the author of the last git commit

You can change the author of the last git commit using:

git commit --amend --author="Author Name <author_email>"

For example:

git commit --amend --author="Keshavaprasad B S <[email protected]>"

No comments :