From 2967db2f01edbd9b4673d323008cd6f8ef0c82d0 Mon Sep 17 00:00:00 2001 From: John Doty Date: Sat, 6 Apr 2024 08:38:57 -0700 Subject: [PATCH] [git] always rebase --- .gitconfig.shared | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig.shared b/.gitconfig.shared index cc33735..6551504 100644 --- a/.gitconfig.shared +++ b/.gitconfig.shared @@ -7,6 +7,8 @@ [alias] st = status ci = commit +[pull] + rebase = true [push] default = upstream [init]