Difference between revisions of "Git config --list"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
 
  [[git config]] --list
 
  [[git config]] --list
 
  (no output)
 
  (no output)
 +
 +
git config --list
 +
credential.helper=[[osxkeychain]]
 +
user.name=YOUR_USERNAME
 +
user.email=YOUR_USERNAME@your_domain.com
 +
  
  

Revision as of 10:44, 18 April 2021

git config --list
(no output)
git config --list
credential.helper=osxkeychain
user.name=YOUR_USERNAME
user.email=YOUR_USERNAME@your_domain.com


git config --global --list
fatal: unable to read config file '/root/.gitconfig': No such file or directory


See also

Advertising: