From 77b531335b0e2b0f4de14c987ef46496314f6a40 Mon Sep 17 00:00:00 2001 From: Kitty Fangs Date: Fri, 10 May 2024 22:43:21 +0000 Subject: [PATCH] feat: Added git config for devops_mad --- home/.gitconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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