summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <hendrik.jaeger@dswiss.com>2020-11-26 14:01:18 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2020-11-26 14:01:25 +0100
commit67e8de90b190735c1982136f18f92e86564ae992 (patch)
tree2ece1123b22e6fef3867ea7ee950eea15e199fac
parenta9040f4d71ab4a2b2e3b1eb5f69c88fa8dca1911 (diff)
Fix typo
-rw-r--r--.config/git/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index 82dd886..7409bda 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -60,7 +60,7 @@
# when in a dirty worktree, automatically create a stash before and apply after rebasing
autoStash = true
# automatically squash marked commits (squash! …, fixup! …)
- autosquash = true
+ autoSquash = true
[rerere]
# don’t use rerere to resolve merge conflicts
enabled = false