.config/git/config: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
* [[Git_Configuration#Files|Git Configuration]] | * [[Git_Configuration#Files|Git Configuration]] | ||
=Overview= | =Overview= | ||
<code>~/.config/git/config</code> configuration applies to a specific user, and it is read and written by <code>git config --global [...]</code> An equivalent file is <code>[[.gitconfig]]<code>. | <code>~/.config/git/config</code> configuration applies to a specific user, and it is read and written by <code>git config --global [...]</code> An equivalent file is <code>[[.gitconfig]]</code>. |
Revision as of 22:23, 9 January 2024
Internal
Overview
~/.config/git/config
configuration applies to a specific user, and it is read and written by git config --global [...]
An equivalent file is .gitconfig
.