x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

commit f90d9b5c92b4527eb1b1ca40fc13190089109f10
parent e60f39703422b80be3975c3755648efb35cea15a
Author: Oliver Lowe <o@olowe.co>
Date:   Wed, 23 Aug 2023 10:09:27 +1000

git: auto set up remote branch because why not?

Diffstat:
Mlib/git | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/git b/lib/git @@ -10,3 +10,5 @@ b = branch [fetch] prune = true +[push] + autoSetupRemote = true