From 851c3c94b89334d8a85ff0478463fa8dcecfe1c2 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 23 Nov 2015 12:28:45 -0500 Subject: Always git rebase --autosquash --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 14274a19..e1686b43 100644 --- a/.gitconfig +++ b/.gitconfig @@ -7,6 +7,8 @@ autocrlf = input [push] default = simple +[rebase] + autosquash = true [help] autocorrect = 1 [color] -- cgit 1.4.1