From 49da056729f20fe95d4ef4d829a0b3218ad09eb5 Mon Sep 17 00:00:00 2001 From: Botond Hende Date: Sat, 11 May 2024 11:35:56 +0200 Subject: added rebase true, autosquash and updateRefs to git config --- home/.gitconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/.gitconfig b/home/.gitconfig index 21b66c7..89e4304 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -18,3 +18,8 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[rebase] + updateRefs = true + autosquash = true +[pull] + rebase = true -- cgit v1.2.3-70-g09d2