From 3b7ee9aee67ea6349e267780be96f84acf0dc44f Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Mon, 26 Oct 2015 20:54:35 +0000
Subject: [PATCH] Autostash when rebasing

---
 .gitconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitconfig b/.gitconfig
index 33c7a304..345364fb 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -106,3 +106,6 @@
 
 [diff]
     tool = vimdiff
+
+[rebase]
+    autostash = true