From 4eb9908e2f1afba0eac36042945d9b83fc787d1f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 1 Aug 2017 09:44:15 -0400 Subject: [PATCH] Sets autosquash as default for rebasing --- configs/shared/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig index fbdba8dc6..4404e8278 100644 --- a/configs/shared/.gitconfig +++ b/configs/shared/.gitconfig @@ -14,3 +14,5 @@ helper = osxkeychain [push] default = current +[rebase] + autosquash = true