Horje
How to check git config username? Code Example
git config username
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Source: git-scm.com
How to check git config username?
git config user.name
How to check git config username?
git config --list
How to check git config username?
3) Look in your Git configuration file
Finally, you can also see your Git username in the Git configuration file in your HOME directory on Unix systems, i.e., this file:

~/.gitconfig




Shell

Related
check selinux status Code Example check selinux status Code Example
Ports are not available: listen tcp 0.0.0.0/50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions Code Example Ports are not available: listen tcp 0.0.0.0/50070: bind: An attempt was made to access a socket in a way forbidden by its access permissions Code Example
kill all process that match in grep Code Example kill all process that match in grep Code Example
ubuntu install i3 Code Example ubuntu install i3 Code Example
git see all aliases Code Example git see all aliases Code Example

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