17 lines
453 B
INI
17 lines
453 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
|
|
|
|
# include for mad github
|
|
[includeIf "gitdir:~/source/devops_mad/"]
|
|
path = ~/source/devops_mad/.gitconfig |