From 9a16f1006c0bf586972b342dc9f90a3d57b95e2d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 26 Oct 2022 10:03:29 -0700 Subject: feat(wpcarro/git): Set --autostash during rebases Much less painful Change-Id: I77f1220979d3ab2b2a4c45c7d0018b92df84fee1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7101 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/dotfiles/gitconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/wpcarro/dotfiles/gitconfig') diff --git a/users/wpcarro/dotfiles/gitconfig b/users/wpcarro/dotfiles/gitconfig index 8d3393526e..f81c0c40f7 100644 --- a/users/wpcarro/dotfiles/gitconfig +++ b/users/wpcarro/dotfiles/gitconfig @@ -5,3 +5,5 @@ external = difft [push] default = current +[rebase] + autoStash = true -- cgit 1.4.1