TODO: Consider changing this name to git_config_files.
This directory houses information about git config files.
This directory does not contain info on IDE config files. For more info on IDE config files, see the README.md file in the IDEs/ directory.
Note, git config is mentioned in the /Git/commit_message/commit_message_templates/ directory.
Questions to have answered
What's the difference between --system scoped and --global scoped?
Resources relevant to this directory.
These will be deleted when I am done with them. If they are of use they'll be moved to the Vetted Resources section below. Or a relevant file/directory in this directory.
-
The format of Git internal configuration file (.git/config) is very simple: it has multiple sections, each of which contains multiple options. An option is indeed a key-value pair...
Really good info here.
-
git config – How to Configure Git Settings to Improve Your Development Workflow MARCH 9, 2022 freecodecamp article by Dillion Megida
Another really article here.
Note, it makes note of prune. See the Git/prune/ directory for more information.
-
How to Set Up Git for the First Time on macOS AUGUST 8, 2022 freecodecamp article by Joel Olawanle
Good info here for example
git config --list -
Atlassian's Git config documentation.
-
Documentation
- git-config Documentation
https://git-scm.com/docs/git-config
-
8.1 Customizing Git - Git Configuration
https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
-
1.6 Getting Started - First-Time Git Setup
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
Information regarding the directories and files in this directory.
Navigate back to the Git/ README.md file.
[About_this_file.]
[More_info_about_this_file.]
This readme file.