From a6179bae915d9c59740430ff73f82009ba2cc462 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 1 Mar 2020 19:46:19 +0100 Subject: [PATCH] install: add git autosquash --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 3bfcbc8..2d3082e 100755 --- a/install.sh +++ b/install.sh @@ -23,6 +23,8 @@ function setup_git { # set up some git stuff git config --global pull.ff only git config --global merge.ff only + + git config --global rebase.autosquash true } function install_vimrc {