Horje
git get username Code Example
git list user and email
git config --global --get user.name
git config --global --get user.email
add git user and email
git config --global user.email "my.adresse@hotmail.com"
git config --global user.name "My Name"
get git username and email
git config user.name
git config user.email
git get username
git config user.name
check git username
Just use --local instead of --global. In fact, local is the default so you can just do

git config --local user.email personal@example.org
git config --local user.name "whatf hobbyist"

in one repo, and

git config --local user.email work@example.com
git config --local user.name "whatf at work"

in another




Shell

Related
How to check my git username Code Example How to check my git username Code Example
github see the username Code Example github see the username Code Example
How can you only see the first 14 lines of a file?- answer Code Example How can you only see the first 14 lines of a file?- answer Code Example
start redis server Code Example start redis server Code Example
linux lien symbolique Code Example linux lien symbolique Code Example

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