Add git-conf file

This commit is contained in:
Gerhard Hoffmann 2023-07-13 12:33:56 +02:00
parent ebb49b4b70
commit 4ffde423e2

View File

@ -0,0 +1,28 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
hooksPath = .githooks
symlinks = true
worktree = /
[remote "origin"]
url = https://git.mimbach49.de/GerhardHoffmann/customer_999.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[branch "zg1/zone1"]
remote = origin
merge = refs/heads/zg1/zone1
[branch "zg1/zone2"]
remote = origin
merge = refs/heads/zg1/zone2
[branch "zg1/zone3"]
remote = origin
merge = refs/heads/zg1/zone3
[branch "zg1/zone4"]
remote = origin
merge = refs/heads/zg1/zone4
[pull]
rebase = false