diff options
Diffstat (limited to 'users/glittershark/system/home/modules/development.nix')
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 4e34bcfb0f61..5dd73379824b 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -158,7 +158,8 @@ with lib; "gnp" = "git --no-pager"; "g" = "git"; "git" = "hub"; - "grim" = "git fetch && git rebase -i origin/master"; + "grim" = "git fetch && git rebase -i --autostash origin/master"; + "grom" = "git fetch && git rebase --autostash origin/master"; "groc" = "git fetch && git rebase --autostash origin/canon"; "grc" = "git rebase --continue"; "gcan" = "git commit --amend --no-edit"; |