Difference between revisions of "Git config --global"
Jump to navigation
Jump to search
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" |
Revision as of 14:32, 13 March 2023
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
Related terms
See also
Advertising: