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