From 55dbb59d62b287bec18d6ccbd5d14a59b23824a7 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 24 Aug 2016 08:45:14 +0200 Subject: [PATCH] set autosquash on interactive rebase --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 888a985..5340a51 100644 --- a/gitconfig +++ b/gitconfig @@ -34,3 +34,5 @@ file-view-hpane-position = 363 [gui] historybrowser = gitk +[rebase] + autosquash = true