global/git: configure git absorb

This commit is contained in:
Infinidoge 2025-01-28 19:51:26 -05:00
parent c3302b9fac
commit 5e9e826c66
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -43,6 +43,11 @@
pull.rebase = true;
push.autoSetupRemote = true;
status.showUntrackedFiles = "all";
absorb = {
maxStack = 20;
oneFixupPerCommit = true;
autoStageIfNothingStaged = true;
};
};
aliases = {