17 lines
461 B
INI
17 lines
461 B
INI
[credential]
|
|
helper = store
|
|
[user]
|
|
name = Maulerant
|
|
email = zedbane@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 |