12 lines
239 B
Plaintext
12 lines
239 B
Plaintext
# ~/.gitconfig
|
|
|
|
[includeIf "gitdir:~/work/"]
|
|
path = .gitconfig-work
|
|
[includeIf "gitdir:~/private/"]
|
|
path = .gitconfig-private
|
|
|
|
# Special Cases
|
|
[includeIf "gitdir:/Users/beisel/.local/share/chezmoi/"]
|
|
path = .gitconfig-private
|
|
|