Git Config Location: Where does Git store system, local and user configuration data? || #Git #GitHub

preview_player
Показать описание
Git config data is stored in a number of different scopes on Windows and Ubuntu machines:

- Worktree scope
- Local config scope
- Global config scope
= System config scope
= Portable config scope

These git config files are stored in a variety of locations on your filesystem.

This quick git tutorial shows you where this git config data is and the git config file names in each location.

By the way, more information on the location of Git config files on Ubuntu and Windows can be found here in this article I wrote. Check it out!

Рекомендации по теме