summary refs log tree commit diff
path: root/home
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
commitf7af3791d661fd780b8da773499c10ee05d03569 (patch)
tree7bf3519c8acf09f5a25b1b189366361f02b06538 /home
parentRemove TOUR (diff)
downloadsrc-f7af3791d661fd780b8da773499c10ee05d03569.tar.gz
src-f7af3791d661fd780b8da773499c10ee05d03569.zip
Set push.autoSetupRemote
Diffstat (limited to 'home')
-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