feat: Added git config for devops_mad
This commit is contained in:
parent
2790b09398
commit
adda329a6d
|
@ -11,3 +11,7 @@
|
||||||
# include for mad github
|
# include for mad github
|
||||||
[includeIf "gitdir:~/source/github_mad/"]
|
[includeIf "gitdir:~/source/github_mad/"]
|
||||||
path = ~/source/github_mad/.gitconfig
|
path = ~/source/github_mad/.gitconfig
|
||||||
|
|
||||||
|
# include for mad github
|
||||||
|
[includeIf "gitdir:~/source/devops_mad/"]
|
||||||
|
path = ~/source/devops_mad/.gitconfig
|
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
name = Katerina Ford
|
||||||
|
email = kford@madtechnicalsolutions.com
|
Loading…
Reference in New Issue