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