verschieben der gitconfig in userdir

This commit is contained in:
Andre Geißler
2025-12-19 15:39:53 +01:00
parent edb9d1e9cb
commit c6543c4503
4 changed files with 10 additions and 16 deletions

View File

@@ -1,6 +0,0 @@
[includeIf "gitdir:/home/andre/gits/conet/"]
path = ~/.gitconfig-conet
[user]
name = Andre Geißler
email = andregeissler@posteo.de

View File

@@ -1,8 +0,0 @@
[http]
proxy = http://10.101.0.70:8080/
[https]
proxy = http://10.101.0.70:8080/
[user]
name = Andre Geißler
email = ageissler@conet.de

View File

@@ -1,2 +1,6 @@
[http] [includeIf "gitdir:/home/andre/gits/conet/"]
# proxy = http://10.101.0.70:8080/ path = ~/.gitconfig-conet
[user]
name = Andre Geißler
email = andregeissler@posteo.de

View File

@@ -2,3 +2,7 @@
proxy = http://10.101.0.70:8080/ proxy = http://10.101.0.70:8080/
[https] [https]
proxy = http://10.101.0.70:8080/ proxy = http://10.101.0.70:8080/
[user]
name = Andre Geißler
email = ageissler@conet.de