feat(gs/home): alias gcc->git checkout canon

To go along with git checkout master

Change-Id: I2a0d09e50cf82368e324e1dfbbd3dc868d30b9f2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/728
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-06-28 19:39:45 -04:00 committed by glittershark
parent 7252468b34
commit 2b2e1152ce

View file

@ -119,6 +119,7 @@ with lib;
"gco" = "gc";
"gcd" = "gc development";
"gcm" = "gc master";
"gcc" = "gc canon";
"gc" = "git checkout";
"gbg" = "git branch | grep";
"gba" = "git branch -a";