From 16223fa66823e79153922e64fb9453b1001886b3 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Wed, 11 Jan 2017 12:39:07 -0800 Subject: [PATCH] Remove legacy config fields --- home/.gitconfig | 3 --- home/.ssh/config | 1 - 2 files changed, 4 deletions(-) diff --git a/home/.gitconfig b/home/.gitconfig index 761079e..ad3eda6 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -18,9 +18,6 @@ status = auto branch = auto -[push] - default = simple - # (mt) git-project [project] defaultprojecttype = branch diff --git a/home/.ssh/config b/home/.ssh/config index dd8427c..5cc5a52 100644 --- a/home/.ssh/config +++ b/home/.ssh/config @@ -6,7 +6,6 @@ Host * Protocol 2 ServerAliveInterval 60 ServerAliveCountMax 30 - UseRoaming no # All hosts here prohibit password based logins, so don't get any ideas. ;)