diff options
author | Hendrik Jäger <hendrik.jaeger@dswiss.com> | 2020-11-26 14:01:18 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2020-11-26 14:01:25 +0100 |
commit | 67e8de90b190735c1982136f18f92e86564ae992 (patch) | |
tree | 2ece1123b22e6fef3867ea7ee950eea15e199fac /.config | |
parent | a9040f4d71ab4a2b2e3b1eb5f69c88fa8dca1911 (diff) |
Fix typo
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 2 |
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 |