Difference between revisions of "Git config --global"
Jump to navigation
Jump to search
(14 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | [[git config]] --global user.name "Name Surname" | + | [[git config]] --global [[user.name]] "Name Surname" |
(no output) | (no output) | ||
git config --global user.email "your_username@your_domain.com" | git config --global user.email "your_username@your_domain.com" | ||
Line 7: | Line 7: | ||
* <code>[[git config --global --list]]</code> | * <code>[[git config --global --list]]</code> | ||
+ | * <code>git config --global sendpack.sideband false</code> | ||
+ | * <code>[[git config --global --add safe.directory]]</code> | ||
− | git config --global | + | * <code>[[git config]] --global [[init.defaultBranch]]</code> |
+ | |||
+ | * <code>[[git config]] --global [[sslVerify]] false</code> | ||
+ | * <code>[[git config --global credential.helper_cache]]</code> | ||
+ | |||
+ | |||
+ | [[git config --global gpg.program]] gpg | ||
+ | |||
+ | [[git config --global --replace-all]] | ||
== Related terms == | == Related terms == | ||
* <code>[[git clone]]</code> | * <code>[[git clone]]</code> | ||
* <code>[[git config --list]]</code> | * <code>[[git config --list]]</code> | ||
+ | * <code>[[git add .]]</code> | ||
== See also == | == See also == | ||
− | * {{git}} | + | * {{git config}} |
[[Category:Git]] | [[Category:Git]] |
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: