Horje
git config list Code Example
git list config
git config --list
# or
git config --global --list
git config list
git config --global --list
git config
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
list git config
git config --list
Git config --list to list all the settings
$ git config --list
user.name=John Doe
user.email=johndoe@example.com
color.status=auto
color.branch=auto
color.interactive=auto
color.diff=auto
...
Source: git-scm.com




Shell

Related
check if port is available linux Code Example check if port is available linux Code Example
unity logcat Code Example unity logcat Code Example
install telnet alpine Code Example install telnet alpine Code Example
check active number of ssh connections Code Example check active number of ssh connections Code Example
install intellij idea on ubuntu 20.04 Code Example install intellij idea on ubuntu 20.04 Code Example

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