From e18ac728c8e0b017278c12d6c5c8a7a885755f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Wed, 14 Mar 2018 08:43:15 +0100 Subject: [PATCH] Add default autosquash to rebase --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 733da1c..3ec5958 100644 --- a/.gitconfig +++ b/.gitconfig @@ -53,6 +53,7 @@ showPatch = true [rebase] autostash = true + autosquash = true [commit] verbose = true [mergetool]