summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-09-03 15:57:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-09-04 11:44:04 -0700
commitdd64f4f6cd9b59e05e863aeb4fc09042e5114e69 (patch)
treee74469c791e9bb44d90857045eee5edd21dc1076 /.gitconfig
parente28593a456bf76dbde8540cf0f415370ef343a64 (diff)
downloaddotfiles-dd64f4f6cd9b59e05e863aeb4fc09042e5114e69.tar.gz
git-rebase(1): always --autostash
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index ca35f985..15df2697 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -51,6 +51,8 @@
followTags = false
[pull]
rebase = false
+[rebase]
+ autoStash = true
# ---- URIs ----