global/git: add git absorb alias

This commit is contained in:
Infinidoge 2025-01-29 19:38:46 -05:00
parent eaf4f56ac0
commit c24b350392
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -79,6 +79,7 @@
sw = "switch";
st = "status -sb";
rb = "rebase -i --autosquash";
arb = "absorb --and-rebase";
# reset
soft = "reset --soft";