From 915a6666406f483b2ca34c9d9aec5f0112640f83 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Fri, 10 Jan 2025 15:46:35 +0000 Subject: [PATCH] Added pull.rebase = true to the gitconfig --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index fdaee70..405085f 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,9 @@ [push] default = current +[pull] + rebase = true + [alias] undo-commit = reset --soft HEAD^ addremove = add -A