/etc/gitconfig: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
=Overview= | =Overview= | ||
<code>/etc/gitconfig</code> configuration applies to all users of the system and it is read and written by <code>git config --system [...]</code> | <code>/etc/gitconfig</code> configuration applies to all users of the system and it is read and written by <code>git config --system [...]</code> | ||
=Configuration Elements= | |||
{{Internal|Git_Configuration#Configuration_Elements|Git Configuration | Configuration Elements}} |
Latest revision as of 22:45, 9 January 2024
Internal
Overview
/etc/gitconfig
configuration applies to all users of the system and it is read and written by git config --system [...]