diff options
Diffstat (limited to 'configs/shared/.gitconfig')
-rw-r--r-- | configs/shared/.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig index fbdba8dc62d4..4404e8278f0e 100644 --- a/configs/shared/.gitconfig +++ b/configs/shared/.gitconfig @@ -14,3 +14,5 @@ helper = osxkeychain [push] default = current +[rebase] + autosquash = true |