diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index d5b7a60d3..d786154f6 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -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";