feat(gs/home): Make groc alias autostash
Change-Id: I8ce5ca50d90ed092e92ea7c1c2eaf796e56659d4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/902 Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
73f8121f28
commit
361ffd42d7
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ with lib;
|
||||||
"g" = "git";
|
"g" = "git";
|
||||||
"git" = "hub";
|
"git" = "hub";
|
||||||
"grim" = "git fetch && git rebase -i origin/master";
|
"grim" = "git fetch && git rebase -i origin/master";
|
||||||
"groc" = "git fetch && git rebase 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";
|
||||||
"grl" = "git reflog";
|
"grl" = "git reflog";
|
||||||
|
|
Loading…
Reference in a new issue