From 4865d8f724f8064d17af9d04133e68fa9b3663c5 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Tue, 2 Jan 2024 12:15:40 +0100 Subject: [PATCH] Minor improvements --- git/.config/git/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/.config/git/config b/git/.config/git/config index 827c5ad..aa2a91a 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -19,6 +19,7 @@ [push] default = simple + autoSetupRemote = true [merge] tool = vimdiff @@ -45,6 +46,8 @@ [rebase] autosquash = true + updateRefs = true + autoStash = true [fetch] prune = true