12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
# Include common settings (default branch, diff tools, aliases...)
|
|
[include]
|
|
path = ~/.gitconfig.inc/common.gitconfig
|
|
|
|
# Include default user settings
|
|
[include]
|
|
path = ~/.gitconfig.inc/user_binaryDiv.gitconfig
|
|
|
|
# No PGP key for root user
|
|
[include]
|
|
path = ~/.gitconfig.inc/root_user.gitconfig
|