Answers for "git reset commiter credentials"

0

git reset commiter credentials

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

git reset commiter credentials

git commit --author="John Doe <[email protected]>"
Posted by: Guest on June-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language