Difference between revisions of "Git config --global"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
[[git config --global gpg.program]] gpg | [[git config --global gpg.program]] gpg | ||
+ | |||
+ | [[git config --global --replace-all]] | ||
== Related terms == | == Related terms == |
Latest revision as of 10:16, 8 November 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 --list
git config --global sendpack.sideband false
git config --global init.defaultBranch
git config --global sslVerify false
git config --global credential.helper_cache
git config --global gpg.program gpg
git config --global --replace-all
Related terms[edit]
See also[edit]
Advertising: