summary refs log tree commit diff
path: root/home/.config/git
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
parentRemove TOUR (diff)
downloadsrc-8ce30925290e0e5c7ebbe6d68b12ad8aa5a6ab09.tar.gz
src-8ce30925290e0e5c7ebbe6d68b12ad8aa5a6ab09.zip
Set push.autoSetupRemote
Diffstat (limited to 'home/.config/git')
-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
 
borate hi man pageJune McEnroe 2019-02-08Use set for parent in hiJune McEnroe 2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe 2019-02-08Match only the basename in hiJune McEnroe 2019-02-07Add mdoc syntax to hiJune McEnroe 2019-02-07Support multi-line C macros in hiJune McEnroe 2019-02-07Detect .mk files as makeJune McEnroe 2019-02-07Add make syntax to hiJune McEnroe 2019-02-07Add IRC output to hiJune McEnroe 2019-02-07Improve C syntax accuracy and add Format classJune McEnroe 2019-02-07Factor out hi checkJune McEnroe Fix subexpression bounds check and compile pattends. 2019-02-07Add Escape class to hiJune McEnroe 2019-02-07Add Todo class and parent syntax constraintJune McEnroe