summary refs log tree commit diff
path: root/home/.config/git/config
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-07-13 16:27:22 -0400
committerJune McEnroe <june@causal.agency>2022-07-13 16:27:22 -0400
commit8ce30925290e0e5c7ebbe6d68b12ad8aa5a6ab09 (patch)
tree7abec890ed8befd2a0c6f37fdd111f91cdcefeaf /home/.config/git/config
parentRemove TOUR (diff)
downloadsrc-8ce30925290e0e5c7ebbe6d68b12ad8aa5a6ab09.tar.gz
src-8ce30925290e0e5c7ebbe6d68b12ad8aa5a6ab09.zip
Set push.autoSetupRemote
Diffstat (limited to 'home/.config/git/config')
-rw-r--r--home/.config/git/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config
index 1a6d5ce1..b4c5d97f 100644
--- a/home/.config/git/config
+++ b/home/.config/git/config
@@ -12,6 +12,9 @@
 [merge]
 	conflictStyle = diff3
 
+[push]
+	autoSetupRemote = true
+
 [pull]
 	rebase = true