feat(gs/home): Alias grom = git rebase origin/master
Change-Id: I8dfc3efc393dd5a3a3ad20cfb84969a8d8805f87 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1865 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
a7cd92770d
commit
d8701f7e21
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@ with lib;
|
||||||
"gnp" = "git --no-pager";
|
"gnp" = "git --no-pager";
|
||||||
"g" = "git";
|
"g" = "git";
|
||||||
"git" = "hub";
|
"git" = "hub";
|
||||||
"grim" = "git fetch && git rebase -i origin/master";
|
"grim" = "git fetch && git rebase -i --autostash origin/master";
|
||||||
|
"grom" = "git fetch && git rebase --autostash origin/master";
|
||||||
"groc" = "git fetch && git rebase --autostash origin/canon";
|
"groc" = "git fetch && git rebase --autostash origin/canon";
|
||||||
"grc" = "git rebase --continue";
|
"grc" = "git rebase --continue";
|
||||||
"gcan" = "git commit --amend --no-edit";
|
"gcan" = "git commit --amend --no-edit";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue