Set autostash to true for rebases

This commit is contained in:
Scott Wallace 2022-05-09 14:37:14 +01:00
parent 75499bfe8b
commit be42729e44
Signed by: scott
GPG key ID: AA742FDC5AFE2A72

View file

@ -45,3 +45,5 @@
helper = cache --timeout=3600 helper = cache --timeout=3600
[commit] [commit]
gpgsign = true gpgsign = true
[rebase]
autoStash = true