Difference between revisions of "Git config"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
</pre>
 
</pre>
  
 +
 +
== Related commands ==
 +
* <code>[[git fsck]] --full</code>
  
 
== See also ==
 
== See also ==

Revision as of 08:54, 17 June 2020

This article is a Draft. Help us to complete it.
.gitconfig file
git config --global --list
git config --local credential.helper "" (will prompt for username and password)


.gitconfig file

https://groups.google.com/forum/#!topic/binary-transparency/f-BI4o8HZW0/discussion

 # for $deity's sake, check that anything we're getting is complete and sane on a regular basis
 [transfer]
        fsckobjects = true
 [fetch]
         fsckobjects = true
  [receive]
        fsckObjects = true


Related commands

See also

Advertising: