From a9f5a2de7a0c08c813ad99fbde896d7e395d46eb Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 13 Jul 2023 14:32:42 +0200 Subject: [PATCH] Add to master to be shared by other branches --- .gitconf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitconf diff --git a/.gitconf b/.gitconf new file mode 100644 index 0000000..31af9b8 --- /dev/null +++ b/.gitconf @@ -0,0 +1,28 @@ +[core] + repositoryformatversion = 0 + filemode = true + bare = false + logallrefupdates = true + symlinks = true +[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 +[push] + autoSetupRemote = true