mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-17 00:05:08 +02:00
minimal: Add an alias for git reviews
This commit is contained in:
parent
cf7de9af73
commit
9e3ace7650
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@
|
|||
rib = "!git ri $(git bb) $@";
|
||||
bb = "config --local --default master custom.base-branch";
|
||||
set-bb = "config --local custom.base-branch";
|
||||
rv = ''!sh -c 'git commit --amend --no-edit --trailer "Reviewed-by: $*"' - '';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue