diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-28T23·39-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-06-28T23·40+0000 |
commit | 2b2e1152ceb8ac151f96f034f195288f1a44e597 (patch) | |
tree | 5ce2c0e70522ab75d0c3d6dee05d4cb36f17097c /users | |
parent | 7252468b34086e4371872a2fbad9b26941352729 (diff) |
feat(gs/home): alias gcc->git checkout canon r/1113
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>
Diffstat (limited to 'users')
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index bb179063872b..6ac931488ac4 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -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"; |