minimal: Add more git helpers

This commit is contained in:
traxys 2024-03-01 13:35:46 +01:00
parent 1559336ac5
commit ad3ab2d4ec

View file

@ -144,6 +144,9 @@
ri = "rebase -i";
fix = "commit --fixup";
amend = "commit --amend";
rib = "!git ri $(git bb) $@";
bb = "config --local --default master custom.base-branch";
set-bb = "config --local custom.base-branch";
};
};