From: Samir Benmendil Date: Sun, 21 Jun 2015 01:04:25 +0000 (+0100) Subject: git: autostash on rebase X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/715ac4962b915d85100b1334d22fb2711ff7bb1b git: autostash on rebase --- 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