Answers for "change git committer name"

80

change git commit message

git commit --amend -m "New commit message"
Posted by: Guest on March-11-2020
0

Git command to Change Your Committer Name & Email Globally

$ git config --global user.name "Soft hunt"
$ git config --global user.email "[email protected]"
Posted by: Guest on April-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language