13 lines
339 B
INI
13 lines
339 B
INI
|
[credential]
|
||
|
helper = store
|
||
|
[user]
|
||
|
name = Kitty
|
||
|
email = kat@firekitten.net
|
||
|
|
||
|
# include for public github
|
||
|
[includeIf "gitdir:~/source/github_personal/"]
|
||
|
path = ~/source/github_personal/.gitconfig
|
||
|
|
||
|
# include for mad github
|
||
|
[includeIf "gitdir:~/source/github_mad/"]
|
||
|
path = ~/source/github_mad/.gitconfig
|