mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-01-22 15:33:32 +01:00
[git] include local gitconfig file at ~/.config/git/config.local
This commit is contained in:
parent
7fcea1d2c8
commit
b05492cb31
1 changed files with 5 additions and 0 deletions
|
@ -42,3 +42,8 @@
|
|||
difc = diff --cached
|
||||
|
||||
alias = "! git config --get-regexp ^alias\\. "
|
||||
|
||||
# Overwrite from local gitconfig files
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
path = ~/.config/git/config.local
|
||||
|
|
Loading…
Reference in a new issue