Horje
list git config 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
git undo commit Code Example git undo commit Code Example
linux remove last line from file Code Example linux remove last line from file Code Example
postgres config file location Code Example postgres config file location Code Example
undo local commit Code Example undo local commit Code Example
how to undo a commit Code Example how to undo a commit Code Example

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