Git Username And Email Register

[Solved] Git Username And Email Register | Shell - Code Explorer | yomemimo.com
Question : git user.name user.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 username and email register

Answered by : swanith

$ git config --global user.name "Swanith S"
$ git config --global user.email "[email protected]"

Source : | Last Update : Wed, 10 Nov 21

Answers related to git username and email register

Code Explorer Popular Question For Shell