Git Config User Settup

[Solved] Git Config User Settup | Shell - Code Explorer | yomemimo.com
Question : git config user

Answered by : tame-toad

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

Source : https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup | Last Update : Sat, 15 Feb 20

Question : git config user settup

Answered by : madman

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

Source : | Last Update : Wed, 03 Nov 21

Answers related to git config user settup

Code Explorer Popular Question For Shell