diff --git a/private_dot_config/git/executable_config.tmpl b/private_dot_config/git/executable_config.tmpl index 405d560..472fb8b 100644 --- a/private_dot_config/git/executable_config.tmpl +++ b/private_dot_config/git/executable_config.tmpl @@ -49,4 +49,7 @@ abbrevCommit = true [rerere] autoupdate = true -enabled = true \ No newline at end of file +enabled = true + +[push] +autoSetupRemote = true \ No newline at end of file