From 4945c727cd156ebf1b4e53cdd4e712cd86ccf7e5 Mon Sep 17 00:00:00 2001 From: Jason Morganson <128727+jasonmorganson@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:15:40 -0400 Subject: [PATCH] Update .config/git/config --- dot_config/git/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/git/config b/dot_config/git/config index 65f6fe0c..b4ddbe91 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -27,6 +27,7 @@ [rebase] autosquash = true + updateRefs = true [filter "lfs"] process = git-lfs filter-process @@ -50,3 +51,6 @@ path = codespace [sequence] editor = interactive-rebase-tool + +[absorb] + maxStack=100