Difference between revisions of "~/.gitconfig"

From wikieduonline
Jump to navigation Jump to search
Line 20: Line 20:
 
  #      name = myuser
 
  #      name = myuser
 
  #      email = [email protected]
 
  #      email = [email protected]
 +
 
  name = myuser
 
  name = myuser
 
  email = your_username@your_domain.com
 
  email = your_username@your_domain.com

Revision as of 11:54, 19 October 2021

.gitconfig file.

$HOME/.gitconfig

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


# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
#       name = myuser
#       email = [email protected]

name = myuser
email = your_username@your_domain.com
[credential]
        helper = cache


Relate terms

See also

Advertising: