Answers for "change last commit username and email"

0

git change commit id email

$ git config --global user.name "John Doe"
$ git config --global user.email "[email protected]"
Posted by: Guest on June-19-2020
-1

git change user of last commit

git commit --amend --author="John Doe <[email protected]>"
Posted by: Guest on February-11-2021

Code answers related to "change last commit username and email"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language