diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-27 12:59:13 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-11-27 12:59:13 +0100 |
commit | b14656523088e77c103895baadc7f1573ff1f89b (patch) | |
tree | 47d20e18dc6e5c0de0cdf7ef833e9c071b327f9d /git/config | |
parent | ed5a898294ec3bdd7f3fc081443036e27558f9e5 (diff) | |
download | dotfiles-b14656523088e77c103895baadc7f1573ff1f89b.tar.xz |
git/config: set pull.rebase to preserve
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git/config')
-rw-r--r-- | git/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -96,6 +96,9 @@ [push] default = simple +[pull] + rebase = preserve + [repack] writebitmaps = true autosquash = true |