File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
book/01-introduction/sections Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ These variables can be stored in three different places:
10
10
11
11
1. `/etc/gitconfig` file: Contains values applied to every user on the system and all their repositories.
12
12
If you pass the option `--system` to `git config`, it reads and writes from this file specifically.
13
+ (Because this is a system configuration file, you would need administrative or superuser privilege to make changes to it.)
13
14
2. `~/.gitconfig` or `~/.config/git/config` file: Values specific personally to you, the user.
14
15
You can make Git read and write to this file specifically by passing the `--global` option.
15
16
3. `config` file in the Git directory (that is, `.git/config`) of whatever repository you're currently using: Specific to that single repository.
You can’t perform that action at this time.
0 commit comments