Horje
how to change a user email for a project in git Code Example
how to change a user email for a project in git
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Source: git-scm.com




Shell

Related
change git username and email Code Example change git username and email Code Example
set git user name and user email Code Example set git user name and user email Code Example
git config username Code Example git config username Code Example
git config username and password Code Example git config username and password Code Example
change pycharm git global author Code Example change pycharm git global author Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
23