mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-15 03:40:20 +01:00
minimal: Add more git helpers
This commit is contained in:
parent
1559336ac5
commit
ad3ab2d4ec
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue