Horje
edit git config file Code Example
git list config
git config --list
# or
git config --global --list
git config
$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
Source: git-scm.com
git config
git config --global user.name "John Doe"
git config --global user.email johndoe@example.com
git config
$ git config --list --show-origin
Source: git-scm.com
edit git config file
git config --global --edit
git configure default editor
# Set Emacs as the default editor
$ git config --global core.editor emacs   
# Set Visual Studio Code as the default editor
$ git config --global core.editor code




Shell

Related
update git config username and email Code Example update git config username and email Code Example
how to create a new respository from terminal Code Example how to create a new respository from terminal Code Example
ngular JIT compilation failed: '@angular/compiler' not loaded! Code Example ngular JIT compilation failed: '@angular/compiler' not loaded! Code Example
git username password config Code Example git username password config Code Example
nginx: invalid option: "restart" Code Example nginx: invalid option: "restart" Code Example

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