about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/system/home/modules/development.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix
index d5b7a60d37..d786154f6d 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";