From a9345b861f5ed06106e3fceecd82eed9ed607364 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 31 Mar 2016 11:28:58 -0400 Subject: Remove git push config Git 2.8 finally stops yelling at you if you haven't set it. --- .config/git/config | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 8015cbf3..c928958a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,8 +1,6 @@ [user] name = June McEnroe email = programble@gmail.com -[push] - default = simple [rebase] autosquash = true [pretty] -- cgit 1.4.1