feat(git): include env specific git configs

This commit is contained in:
Price Hiller 2022-10-24 23:05:39 -05:00
parent 3293519130
commit 5477cd9820
2 changed files with 13 additions and 0 deletions

View File

@ -53,3 +53,7 @@
autosetupmerge = always
[remote]
pushDefault = origin
; Per environemnt specific setup shit
[includeIf "gitdir:~/Git/SSFCU/"]
path = ~/.dot_files/git-configs/.gitconfig-ssfcu

View File

@ -0,0 +1,9 @@
; vim: set ft=gitconfig
[user]
name = Price Hiller
email = Philler@ssfcu.org
[credential]
helper = store