diff options
| author | 2021-08-29 11:05:01 -0400 | |
|---|---|---|
| committer | 2021-08-29 11:05:01 -0400 | |
| commit | 42ef2c2ea653f15ff08611ccfe1aa5744555d887 (patch) | |
| tree | 8fe0a681f648a3262de8e3b2fb4dfa56af0d00b7 /dot_config/git/config | |
| parent | fish: iproute2 plug (diff) | |
git: autosquash in rebase
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 65a7da3..07c5592 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -40,6 +40,8 @@ rebase = true [push] default = simple +[rebase] + autoSquash = true [sendemail] from = toast@toast.cafe smtpencryption = tls @@ -70,5 +72,3 @@ process = git-lfs filter-process required = true clean = git-lfs clean -- %f - -# vim: ft=gitconfig |
