Horje
how to check the current git user Code Example
how to check the current git user
To know the username, type:

git config user.name

To know the email, type:

git config user.email
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
linux recursively find directory by name Code Example linux recursively find directory by name Code Example
ubuntu open port Code Example ubuntu open port Code Example
uninstall vscode linux Code Example uninstall vscode linux Code Example
linux chown www-data Code Example linux chown www-data Code Example
increment number bash Code Example increment number bash Code Example

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