diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 6ac931488..8c47d1af4 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -150,6 +150,7 @@ with lib; "g" = "git"; "git" = "hub"; "grim" = "git fetch && git rebase -i origin/master"; + "groc" = "git fetch && git rebase origin/canon"; "grc" = "git rebase --continue"; "gcan" = "git commit --amend --no-edit"; "grl" = "git reflog";