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:
Griffin Smith 2020-07-03 12:42:01 -04:00 committed by glittershark
parent 73f8121f28
commit 361ffd42d7

View file

@ -150,7 +150,7 @@ with lib;
"g" = "git";
"git" = "hub";
"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";
"gcan" = "git commit --amend --no-edit";
"grl" = "git reflog";