From 715ac4962b915d85100b1334d22fb2711ff7bb1b Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 21 Jun 2015 02:04:25 +0100 Subject: [PATCH] git: autostash on rebase --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index 805f94a..21d2ea6 100644 --- a/git/config +++ b/git/config @@ -26,3 +26,5 @@ defaultToUpstream = true [mergetool] prompt = no +[rebase] + autostash = true -- 2.48.1