From 31e92997b6358edc4a9c2afac7c3f9b7c860ad7a Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 23 Aug 2022 19:53:25 -0400 Subject: [PATCH] update git config --- dot_config/git/config.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index 45b84c6a43120e85f0bd61cf3d86a53f91863d5e..1bfbe4edc4cdc47b2ac4ac5187270a18dbeef6c5 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -30,10 +30,11 @@ rebase = true [push] followTags = true + autoSetupRemote = true [format] signOff = yes [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process - required = true + required = true