From 0c608f2c255320e488b2ea792c570d82b46c3b66 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Mon, 18 Mar 2024 18:31:28 -0400 Subject: [PATCH] Update .config/topgrade/topgrade.toml --- dot_config/topgrade/topgrade.toml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/dot_config/topgrade/topgrade.toml b/dot_config/topgrade/topgrade.toml index bac0c857..62c7e3f1 100644 --- a/dot_config/topgrade/topgrade.toml +++ b/dot_config/topgrade/topgrade.toml @@ -1,17 +1,3 @@ -[git] - -# Git repositories that you want to pull and push -repos = [ - "~/Code/*/**", - "~/.local/share/chezmoi" -] - -# Arguments to pass Git when pulling repositories -pull_arguments = "--rebase --autostash" - -# Arguments to pass Git when pushing repositories -push_arguments = "--all" - [misc] # Skip sending a notification at the end of a run (default: false)