Difference between revisions of "~/.gitconfig"
Jump to navigation
Jump to search
m (Welcome moved page $HOME/.gitconfig to ~/.gitconfig) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <code>.gitconfig</code> | + | <code>.gitconfig</code> or <code>[[$HOME]]/.gitconfig</code> file. |
− | + | ||
https://groups.google.com/forum/#!topic/binary-transparency/f-BI4o8HZW0/discussion | https://groups.google.com/forum/#!topic/binary-transparency/f-BI4o8HZW0/discussion | ||
Line 34: | Line 34: | ||
== See also == | == See also == | ||
* {{git config}} | * {{git config}} | ||
− | |||
[[Category:Git]] | [[Category:Git]] |
Latest revision as of 14:34, 15 July 2024
.gitconfig
or $HOME/.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
# 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[edit]
See also[edit]
Advertising: