Move gitconfig to XDG_CONFIG_DIR
This commit is contained in:
parent
d4dbe79cc1
commit
d0eed33b5f
3 changed files with 11 additions and 0 deletions
|
@ -13,3 +13,8 @@
|
||||||
prompt = false
|
prompt = false
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
||||||
|
[includeIf "gitdir:~/projects/24h/"]
|
||||||
|
path = .gitconfig-dlrg
|
||||||
|
[includeIf "gitdir:~/projects/Karlsruhe/"]
|
||||||
|
path = .gitconfig-hka
|
3
git/.config/git/config-dlrg
Normal file
3
git/.config/git/config-dlrg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
name = Julius Freudenberger
|
||||||
|
email = julius.freudenberger@spaichingen-aldingen.dlrg.de
|
3
git/.config/git/config-hka
Normal file
3
git/.config/git/config-hka
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[user]
|
||||||
|
name = Julius Freudenberger
|
||||||
|
email = frju1029@h-ka.de
|
Loading…
Reference in a new issue