Answers for "update commit email"

0

git change email of old commit

git change-commits GIT_AUTHOR_EMAIL "[email protected]" "[email protected]" HEAD~10..HEAD
Posted by: Guest on March-27-2021
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

Code answers related to "update commit email"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language