diff options
Diffstat (limited to '.config/git/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 |