From 67e8de90b190735c1982136f18f92e86564ae992 Mon Sep 17 00:00:00 2001 From: Hendrik Jäger Date: Thu, 26 Nov 2020 14:01:18 +0100 Subject: Fix typo --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3