Git Name Email

[Solved] Git Name Email | Shell - Code Explorer | yomemimo.com
Question : git name email

Answered by : robin-dittrich

git config --global user.name "Your Name"
git config --global user.email "[email protected]"

Source : https://linuxize.com/post/how-to-configure-git-username-and-email/ | Last Update : Fri, 28 Aug 20

Question : git user email

Answered by : httpsgithubcomgarzj

git config --global user.name "John Smith"
git config --global user.email "[email protected]"

Source : | Last Update : Wed, 22 Jul 20

Answers related to git name email

Code Explorer Popular Question For Shell