aboutsummaryrefslogtreecommitdiff
path: root/git/config
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-10 13:04:36 +0200
committerThomas Schmucker <ts@its1.de>2026-08-10 13:04:36 +0200
commitbf3b4c15f999f1f70777eb67f0e3751f67802a00 (patch)
treef6ff77f99d1edd9b83951dd7965ed91bccb6b8eb /git/config
parent98beb901aef1274e424ead3f09d18c8f3515e737 (diff)
downloaddotfiles-bf3b4c15f999f1f70777eb67f0e3751f67802a00.tar.gz
dotfiles-bf3b4c15f999f1f70777eb67f0e3751f67802a00.tar.bz2
dotfiles-bf3b4c15f999f1f70777eb67f0e3751f67802a00.zip
git: Remote branches werden automatisch angelegt. Danke an Alex!
Diffstat (limited to 'git/config')
-rw-r--r--git/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/config b/git/config
index 4f95290..411b924 100644
--- a/git/config
+++ b/git/config
@@ -10,6 +10,9 @@
10[init] 10[init]
11 defaultBranch = master 11 defaultBranch = master
12 12
13[push]
14 autoSetupRemote = true
15
13[core] 16[core]
14 pager = delta 17 pager = delta
15 autocrlf = false 18 autocrlf = false