Add .gitconfig
This commit is contained in:
parent
3d20a7fc6a
commit
bcba3f2f2e
11
dot_gitconfig
Normal file
11
dot_gitconfig
Normal file
@ -0,0 +1,11 @@
|
||||
# ~/.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user