Created
November 6, 2015 06:49
-
-
Save n5i/e45392901c2d7d5bba15 to your computer and use it in GitHub Desktop.
Update author of the last commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git commit --amend --author "New Author Name <[email protected]>" | |
// OR | |
git -c user.name="New Author Name" -c [email protected] commit --amend --reset-author |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment