diff --git a/home/.gitconfig b/home/.gitconfig index bcc0a42..12bed5e 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -10,4 +10,8 @@ # include for mad github [includeIf "gitdir:~/source/github_mad/"] - path = ~/source/github_mad/.gitconfig \ No newline at end of file + path = ~/source/github_mad/.gitconfig + +# include for mad github +[includeIf "gitdir:~/source/devops_mad/"] + path = ~/source/devops_mad/.gitconfig \ No newline at end of file