Difference between revisions of "Git config --global"

From wikieduonline
Jump to navigation Jump to search
 
Line 15: Line 15:
 
* <code>[[git config]] --global [[sslVerify]] false</code>
 
* <code>[[git config]] --global [[sslVerify]] false</code>
 
* <code>[[git config --global credential.helper_cache]]</code>
 
* <code>[[git config --global credential.helper_cache]]</code>
 +
 +
 +
[[git config --global gpg.program]] gpg
  
 
== Related terms ==
 
== Related terms ==

Latest revision as of 11:57, 4 July 2024

git config --global user.name "Name Surname"
(no output)
git config --global user.email "your_username@your_domain.com"
(no output)


git config --global gpg.program gpg

Related terms[edit]

See also[edit]

Advertising: